Uses of Class
de.cau.cs.kieler.klay.layered.properties.AnchorPoint

Packages that use AnchorPoint
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of AnchorPoint in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type AnchorPoint
static IProperty<AnchorPoint> Properties.INTERACTIVE_LAYOUT_ANCHOR
          property that determines which point in a node determines the result of interactive phases.
 

Methods in de.cau.cs.kieler.klay.layered.properties that return AnchorPoint
static AnchorPoint AnchorPoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnchorPoint[] AnchorPoint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.