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

Packages that use NodeType
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
 

Uses of NodeType in de.cau.cs.kieler.klay.layered.graph
 

Fields in de.cau.cs.kieler.klay.layered.graph with type parameters of type NodeType
static Map<NodeType,String> LayeredGraph.NODE_TYPE_COLORS
          Map mapping node types to the colors used to represent those types when writing debug output graphs.
 

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type NodeType
static IProperty<NodeType> Properties.NODE_TYPE
          node type.
 

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