Uses of Class
com.mxgraph.io.mxObjectCodec
Packages that use mxObjectCodec
-
Uses of mxObjectCodec in com.mxgraph.io
Subclasses of mxObjectCodec in com.mxgraph.ioModifier and TypeClassDescriptionclass
Codec for mxCells.class
Codec for mxChildChanges.class
Codec for mxChildChanges.class
Codec for mxGraphModels.class
Codec for mxChildChanges.class
Codec for mxStylesheets.class
Codec for mxChildChanges.Fields in com.mxgraph.io with type parameters of type mxObjectCodecModifier and TypeFieldDescriptionprotected static Hashtable
<String, mxObjectCodec> mxCodecRegistry.codecs
Maps from constructor names to codecs.Methods in com.mxgraph.io that return mxObjectCodecModifier and TypeMethodDescriptionstatic mxObjectCodec
Returns a codec that handles the given object, which can be an object instance or an XML node.static mxObjectCodec
mxCodecRegistry.register
(mxObjectCodec codec) Registers a new codec and associates the name of the template constructor in the codec with the codec object.Methods in com.mxgraph.io with parameters of type mxObjectCodecModifier and TypeMethodDescriptionstatic mxObjectCodec
mxCodecRegistry.register
(mxObjectCodec codec) Registers a new codec and associates the name of the template constructor in the codec with the codec object.