Uses of Class
org.graphdrawing.graphml.KeyTypeType
| Package | Description |
|---|---|
| org.graphdrawing.graphml |
-
Uses of KeyTypeType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as KeyTypeType Modifier and Type Field Description protected KeyTypeTypeKeyType. attrTypeMethods in org.graphdrawing.graphml that return KeyTypeType Modifier and Type Method Description static KeyTypeTypeKeyTypeType. fromValue(java.lang.String v)KeyTypeTypeKeyType. getAttrType()Gets the value of the attrType property.static KeyTypeTypeKeyTypeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyTypeType[]KeyTypeType. 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 KeyTypeType Modifier and Type Method Description voidKeyType. setAttrType(KeyTypeType value)Sets the value of the attrType property.