Uses of Class
com.mxgraph.io.graphml.mxGraphMlKey.keyForValues
-
Packages that use mxGraphMlKey.keyForValues Package Description com.mxgraph.io.graphml -
-
Uses of mxGraphMlKey.keyForValues in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlKey.keyForValues Modifier and Type Method Description mxGraphMlKey.keyForValues
mxGraphMlKey. enumForValue(java.lang.String value)
Converts a String value in its corresponding enum value for the keyFor attribute.mxGraphMlKey.keyForValues
mxGraphMlKey. getKeyFor()
static mxGraphMlKey.keyForValues
mxGraphMlKey.keyForValues. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static mxGraphMlKey.keyForValues[]
mxGraphMlKey.keyForValues. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlKey.keyForValues Modifier and Type Method Description void
mxGraphMlKey. setKeyFor(mxGraphMlKey.keyForValues keyFor)
java.lang.String
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.keyForValues Constructor Description mxGraphMlKey(java.lang.String keyId, mxGraphMlKey.keyForValues keyFor, java.lang.String keyName, mxGraphMlKey.keyTypeValues keyType)
Construct a key with the given parameters.
-