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

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

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type EdgeConstraint
static IProperty<EdgeConstraint> Properties.EDGE_CONSTRAINT
          edge constraints for nodes.
 

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