Uses of Class
de.cau.cs.kieler.kiml.options.Direction

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.klay.layered Base package of the layered layouter. 
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.
 

Methods in de.cau.cs.kieler.kiml.options with parameters of type Direction
static PortSide PortSide.fromDirection(Direction direction)
          Get the port side that corresponds to the given direction.
 

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.klay.layered
 

Methods in de.cau.cs.kieler.klay.layered with parameters of type Direction
protected  void KGraphImporter.transformNode(KNode node, List<LNode> layeredNodes, Map<KGraphElement,LGraphElement> elemMap, Set<GraphProperties> graphProperties, Direction direction)
          Transforms the given node.
 

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.