Uses of Enum Class
org.graphdrawing.graphml.KeyTypeType
Packages that use KeyTypeType
-
Uses of KeyTypeType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as KeyTypeTypeMethods in org.graphdrawing.graphml that return KeyTypeTypeModifier and TypeMethodDescriptionstatic KeyTypeTypeKeyType.getAttrType()Gets the value of the attrType property.static KeyTypeTypeReturns the enum constant of this class with the specified name.static KeyTypeType[]KeyTypeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graphdrawing.graphml with parameters of type KeyTypeTypeModifier and TypeMethodDescriptionvoidKeyType.setAttrType(KeyTypeType value) Sets the value of the attrType property.