Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Field and Description |
---|---|
static AbstractRotatableNodePlacer.RootAlignment[] |
AbstractRotatableNodePlacer.RootAlignment.ALL
An array containing all supported
RootAlignment s. |
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.CENTER
Horizontal
RootAlignment at the center of the subtrees. |
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.CENTER_OVER_CHILDREN
Horizontal alignment at the center of the children.
|
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.LEADING
Horizontal
RootAlignment left of the children. |
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.LEFT
Horizontal
RootAlignment at the left side. |
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.MEDIAN
Horizontal
RootAlignment at the median child node. |
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.RIGHT
Horizontal
RootAlignment at the right side. |
static AbstractRotatableNodePlacer.RootAlignment |
AbstractRotatableNodePlacer.RootAlignment.TRAILING
Horizontal
RootAlignment right of the children. |
Modifier and Type | Method and Description |
---|---|
AbstractRotatableNodePlacer.RootAlignment |
SimpleNodePlacer.getRootAlignment()
Gets the
RootAlignment that defines how the root node is aligned with
its children and their shapes. |
AbstractRotatableNodePlacer.RootAlignment |
LayeredNodePlacer.getRootAlignment()
Gets the
RootAlginment that defines how the root node is aligned with
its children and their shapes. |
AbstractRotatableNodePlacer.RootAlignment |
GridNodePlacer.getRootAlignment()
Gets the
RootAlginment that defines how the root node is aligned with
its children and their shapes. |
AbstractRotatableNodePlacer.RootAlignment |
DoubleLineNodePlacer.getRootAlignment()
Gets the
RootAlginment that defines how the root node is aligned with
its children and their shapes. |
Modifier and Type | Method and Description |
---|---|
void |
SimpleNodePlacer.setRootAlignment(AbstractRotatableNodePlacer.RootAlignment value)
Sets the
RootAlignment that defines how the root node is aligned with
its children and their shapes. |
void |
LayeredNodePlacer.setRootAlignment(AbstractRotatableNodePlacer.RootAlignment value)
Sets the
RootAlginment that defines how the root node is aligned with
its children and their shapes. |
void |
GridNodePlacer.setRootAlignment(AbstractRotatableNodePlacer.RootAlignment value)
Sets the
RootAlginment that defines how the root node is aligned with
its children and their shapes. |
void |
DoubleLineNodePlacer.setRootAlignment(AbstractRotatableNodePlacer.RootAlignment value)
Sets the
RootAlginment that defines how the root node is aligned with
its children and their shapes. |
Constructor and Description |
---|
GridNodePlacer(AbstractRotatableNodePlacer.Matrix modificationMatrix,
AbstractRotatableNodePlacer.RootAlignment rootAlignment)
|
SimpleNodePlacer(AbstractRotatableNodePlacer.Matrix modificationMatrix,
AbstractRotatableNodePlacer.RootAlignment rootAlignment)
|