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

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

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type LayerConstraint
static IProperty<LayerConstraint> Properties.LAYER_CONSTRAINT
          property to set constraints on the node layering.
 

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