|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
de.cau.cs.kieler.kiml.options | Definition of layout options for automatic layout. |
de.cau.cs.kieler.kiml.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 Direction in de.cau.cs.kieler.kiml.options |
---|
Fields in de.cau.cs.kieler.kiml.options with type parameters of type Direction | |
---|---|
static IProperty<Direction> |
LayoutOptions.DIRECTION
The overall direction of layout: right, left, down, or up. |
Methods in de.cau.cs.kieler.kiml.options that return Direction | |
---|---|
static Direction |
Direction.valueOf(int i)
Returns the enumeration value related to the given ordinal. |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Direction in de.cau.cs.kieler.kiml.util |
---|
Methods in de.cau.cs.kieler.kiml.util with parameters of type Direction | |
---|---|
static PortSide |
KimlUtil.calcPortSide(KPort port,
Direction direction)
Determines the port side for the given port from its relative position at its corresponding node. |
static void |
KimlUtil.fillPortInfo(KNode node,
Direction direction)
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.util with parameters of type Direction | |
---|---|
KimlUtil.PortComparator(boolean theforward,
Direction thelayoutDirection)
Creates a port comparator for the given setting. |
Uses of Direction in de.cau.cs.kieler.klodd.hierarchical.structures |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return Direction | |
---|---|
Direction |
LayeredGraph.getLayoutDirection()
Gets the layout direction: RIGHT or DOWN. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |