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

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

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type GraphProperties
static IProperty<Set<GraphProperties>> Properties.GRAPH_PROPERTIES
          Flags indicating the properties of a graph.
 

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