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

Packages that use GraphProperties
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
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
 

Method parameters in de.cau.cs.kieler.klay.layered with type arguments of type GraphProperties
protected  void KGraphImporter.transformNode(KNode node, List<LNode> layeredNodes, Map<KGraphElement,LGraphElement> elemMap, Set<GraphProperties> graphProperties, Direction direction)
          Transforms the given node.
 

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.