Uses of Enum Class
org.graphdrawing.graphml.KeyForType
Packages that use KeyForType
-
Uses of KeyForType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as KeyForTypeMethods in org.graphdrawing.graphml that return KeyForTypeModifier and TypeMethodDescriptionstatic KeyForTypeKeyType.getFor()Gets the value of the for property.static KeyForTypeReturns the enum constant of this class with the specified name.static KeyForType[]KeyForType.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 KeyForTypeModifier and TypeMethodDescriptionvoidKeyType.setFor(KeyForType value) Sets the value of the for property.