Uses of Class
com.mxgraph.io.mxGdCodec.mxGDParseState
-
Packages that use mxGdCodec.mxGDParseState Package Description com.mxgraph.io This package contains all classes for input/output. -
-
Uses of mxGdCodec.mxGDParseState in com.mxgraph.io
Methods in com.mxgraph.io that return mxGdCodec.mxGDParseState Modifier and Type Method Description static mxGdCodec.mxGDParseState
mxGdCodec.mxGDParseState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static mxGdCodec.mxGDParseState[]
mxGdCodec.mxGDParseState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-