|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutDirection | |
---|---|
de.cau.cs.kieler.kiml.layout.options | Definition of layout options for automatic layout. |
de.cau.cs.kieler.kiml.layout.util | Utility classes for automatic layout using KIML. |
de.cau.cs.kieler.klodd.hierarchical.structures | The layered graph data structure used internally by the hierarchical dataflow layout algorithm. |
Uses of LayoutDirection in de.cau.cs.kieler.kiml.layout.options |
---|
Methods in de.cau.cs.kieler.kiml.layout.options that return LayoutDirection | |
---|---|
static LayoutDirection |
LayoutDirection.valueOf(int i)
Returns the enumeration value related to the given ordinal. |
static LayoutDirection |
LayoutDirection.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayoutDirection[] |
LayoutDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of LayoutDirection in de.cau.cs.kieler.kiml.layout.util |
---|
Methods in de.cau.cs.kieler.kiml.layout.util with parameters of type LayoutDirection | |
---|---|
static void |
KimlLayoutUtil.fillPortInfo(KNode node,
LayoutDirection layoutDirection)
Fills all missing data for the ports of the given node, such as port sides and port ranks. |
Constructors in de.cau.cs.kieler.kiml.layout.util with parameters of type LayoutDirection | |
---|---|
KimlLayoutUtil.PortComparator(boolean theforward,
LayoutDirection thelayoutDirection)
Creates a port comparator for the given setting. |
Uses of LayoutDirection in de.cau.cs.kieler.klodd.hierarchical.structures |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return LayoutDirection | |
---|---|
LayoutDirection |
LayeredGraph.getLayoutDirection()
Gets the layout direction: RIGHT or DOWN. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |