Uses of Class
org.graphdrawing.graphml.KeyForType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of KeyForType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as KeyForType Modifier and Type Field Description protected KeyForType
KeyType. _for
Methods in org.graphdrawing.graphml that return KeyForType Modifier and Type Method Description static KeyForType
KeyForType. fromValue(java.lang.String v)
KeyForType
KeyType. getFor()
Gets the value of the for property.static KeyForType
KeyForType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyForType[]
KeyForType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type KeyForType Modifier and Type Method Description void
KeyType. setFor(KeyForType value)
Sets the value of the for property.