Usages of LayoutOrientation
Properties
layoutOrientation | in HierarchicalLayout | Gets or sets the layoutOrientation of the OrientationStage. | |
orientation | in OrientationStage | Gets or sets the main direction of the layout. | |
layoutOrientation | in OrganicLayout | Gets or sets the layoutOrientation of the OrientationStage. | |
layoutOrientation | in OrthogonalLayout | Gets or sets the layoutOrientation of the OrientationStage. | |
layoutOrientation | in SeriesParallelLayout | Gets or sets the layoutOrientation of this layout algorithm. | |
layoutOrientation | in TreeLayout | Gets or sets the layoutOrientation of this layout algorithm. |
Method Return Values
from (LayoutOrientation) | in LayoutOrientation | Converts the given argument to an enum constant of this enum type. |
Method Parameters
HierarchicalLayout () | in HierarchicalLayout | Creates a new HierarchicalLayout instance with the default settings. | |
from (LayoutOrientation) | in LayoutOrientation | Converts the given argument to an enum constant of this enum type. | |
getName (LayoutOrientation) | in LayoutOrientation | Returns the name of the given enum constant. | |
OrientationStage (ILayoutAlgorithm?, LayoutOrientation?, ) | in OrientationStage | Creates a new OrientationStage instance using the given optional coreLayout and layout orientation. | |
OrganicLayout () | in OrganicLayout | Creates a new OrganicLayout instance with default settings. | |
OrthogonalLayout () | in OrthogonalLayout | Creates a new OrthogonalLayout instance with default settings. | |
SeriesParallelLayout () | in SeriesParallelLayout | Creates a new SeriesParallelLayout instance with default settings. | |
TreeLayout () | in TreeLayout | Creates a new TreeLayout instance with default settings. |