Uses of Enum Class
com.mxgraph.io.graphml.mxGraphMlKey.keyTypeValues
Packages that use mxGraphMlKey.keyTypeValues
-
Uses of mxGraphMlKey.keyTypeValues in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlKey.keyTypeValuesModifier and TypeMethodDescriptionmxGraphMlKey.enumTypeValue
(String value) Converts a String value in its corresponding enum value for the keyType attribute.mxGraphMlKey.getKeyType()
static mxGraphMlKey.keyTypeValues
Returns the enum constant of this class with the specified name.static mxGraphMlKey.keyTypeValues[]
mxGraphMlKey.keyTypeValues.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlKey.keyTypeValuesModifier and TypeMethodDescriptionvoid
mxGraphMlKey.setKeyType
(mxGraphMlKey.keyTypeValues keyType) mxGraphMlKey.stringTypeValue
(mxGraphMlKey.keyTypeValues value) Converts a enum value in its corresponding string value for the keyType attribute.Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlKey.keyTypeValuesModifierConstructorDescriptionmxGraphMlKey
(String keyId, mxGraphMlKey.keyForValues keyFor, String keyName, mxGraphMlKey.keyTypeValues keyType) Construct a key with the given parameters.