Uses of Enum Class
com.mxgraph.io.graphml.mxGraphMlKey.keyForValues
Packages that use mxGraphMlKey.keyForValues
-
Uses of mxGraphMlKey.keyForValues in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlKey.keyForValuesModifier and TypeMethodDescriptionmxGraphMlKey.enumForValue(String value) Converts a String value in its corresponding enum value for the keyFor attribute.mxGraphMlKey.getKeyFor()static mxGraphMlKey.keyForValuesReturns the enum constant of this class with the specified name.static mxGraphMlKey.keyForValues[]mxGraphMlKey.keyForValues.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.keyForValuesModifier and TypeMethodDescriptionvoidmxGraphMlKey.setKeyFor(mxGraphMlKey.keyForValues keyFor) mxGraphMlKey.stringForValue(mxGraphMlKey.keyForValues value) Converts a enum value in its corresponding String value for the keyFor attribute.Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlKey.keyForValuesModifierConstructorDescriptionmxGraphMlKey(String keyId, mxGraphMlKey.keyForValues keyFor, String keyName, mxGraphMlKey.keyTypeValues keyType) Construct a key with the given parameters.