Interface TreeLayoutElement
- 
 public interface TreeLayoutElementRepresents a element in theTreeLayout.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Advancementadvancement()Gets theAdvancement.Vector2dposition()Gets the position of theAdvancement.voidsetPosition(double x, double y)Sets the position of theAdvancement.default voidsetPosition(Vector2d position)Sets the position of theAdvancement.
 
- 
- 
- 
Method Detail- 
advancementAdvancement advancement() Gets theAdvancement.- Returns:
- The advancement
 
 - 
positionVector2d position() Gets the position of theAdvancement.- Returns:
- The position
 
 - 
setPositiondefault void setPosition(Vector2d position) Sets the position of theAdvancement.- Parameters:
- position- The position
 
 - 
setPositionvoid setPosition(double x, double y)Sets the position of theAdvancement.- Parameters:
- x- The x coordinate
- y- The y coordinate
 
 
- 
 
-