Uses of Class
de.cau.cs.kieler.kiml.layout.options.PortSide

Packages that use PortSide
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 PortSide in de.cau.cs.kieler.kiml.layout.options
 

Methods in de.cau.cs.kieler.kiml.layout.options that return PortSide
 PortSide PortSide.left()
          Returns the next side in counter-clockwise order.
 PortSide PortSide.opposed()
          Returns the opposed side.
 PortSide PortSide.right()
          Returns the next side in clockwise order.
static PortSide PortSide.valueOf(int i)
          Returns the enumeration value related to the given ordinal.
static PortSide PortSide.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PortSide[] PortSide.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PortSide in de.cau.cs.kieler.kiml.layout.util
 

Methods in de.cau.cs.kieler.kiml.layout.util that return PortSide
static PortSide KimlLayoutUtil.calcPortSide(KPort port)
          Determines the port side for the given port from its relative position at its corresponding node.
 

Uses of PortSide in de.cau.cs.kieler.klodd.hierarchical.structures
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type PortSide
 int LayerElement.getRanks(PortSide side)
          Returns the ranks for a specific side.
 int ElementLoop.getRoutePos(PortSide side)
          Gets the route position for a specific side.
 void LayerElement.setRanks(int ranks, PortSide side)
          Sets the ranks for a specific side.
 void ElementLoop.setRoutePos(int routePos, PortSide side)
          Sets the route position for a specific side.