JGraph X 1.0.2.8


Uses of Class
com.mxgraph.io.mxObjectCodec

Packages that use mxObjectCodec
com.mxgraph.io   
 

Uses of mxObjectCodec in com.mxgraph.io
 

Subclasses of mxObjectCodec in com.mxgraph.io
 class mxCellCodec
          Codec for mxCells.
 class mxModelCodec
          Codec for mxGraphModels.
 class mxStylesheetCodec
          Codec for mxStylesheets.
 

Methods in com.mxgraph.io that return mxObjectCodec
static mxObjectCodec mxCodecRegistry.getCodec(String name)
          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 mxObjectCodec
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.
 


JGraph X 1.0.2.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.