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 KeyForTypeKeyType. _forMethods in org.graphdrawing.graphml that return KeyForType Modifier and Type Method Description static KeyForTypeKeyForType. fromValue(java.lang.String v)KeyForTypeKeyType. getFor()Gets the value of the for property.static KeyForTypeKeyForType. 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 voidKeyType. setFor(KeyForType value)Sets the value of the for property.