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

Packages that use NodeType
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.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.