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 TypeClassDescriptionclassCodec for mxCells.classCodec for mxChildChanges.classCodec for mxChildChanges.classCodec for mxGraphModels.classCodec for mxChildChanges.classCodec for mxStylesheets.classCodec for mxChildChanges.Fields in com.mxgraph.io with type parameters of type mxObjectCodecModifier and TypeFieldDescriptionprotected static Hashtable<String,mxObjectCodec> mxCodecRegistry.codecsMaps from constructor names to codecs.Methods in com.mxgraph.io that return mxObjectCodecModifier and TypeMethodDescriptionstatic mxObjectCodecReturns a codec that handles the given object, which can be an object instance or an XML node.static mxObjectCodecmxCodecRegistry.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 mxObjectCodecmxCodecRegistry.register(mxObjectCodec codec) Registers a new codec and associates the name of the template constructor in the codec with the codec object.