Package | Description |
---|---|
com.mxgraph.io |
This package contains all classes for input/output.
|
Modifier and Type | Class | Description |
---|---|---|
class |
mxCellCodec |
Codec for mxCells.
|
class |
mxChildChangeCodec |
Codec for mxChildChanges.
|
class |
mxGenericChangeCodec |
Codec for mxChildChanges.
|
class |
mxModelCodec |
Codec for mxGraphModels.
|
class |
mxRootChangeCodec |
Codec for mxChildChanges.
|
class |
mxStylesheetCodec |
Codec for mxStylesheets.
|
class |
mxTerminalChangeCodec |
Codec for mxChildChanges.
|
Modifier and Type | Field | Description |
---|---|---|
protected static java.util.Hashtable<java.lang.String,mxObjectCodec> |
mxCodecRegistry.codecs |
Maps from constructor names to codecs.
|
Modifier and Type | Method | Description |
---|---|---|
static mxObjectCodec |
mxCodecRegistry.getCodec(java.lang.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.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.