|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.io.mxObjectCodec
com.mxgraph.io.mxStylesheetCodec
public class mxStylesheetCodec
Codec for mxStylesheets. This class is created and registered dynamically at load time and used implicitely via mxCodec and the mxCodecRegistry.
Field Summary |
---|
Fields inherited from class com.mxgraph.io.mxObjectCodec |
---|
accessors, exclude, idrefs, mapping, reverse, template |
Constructor Summary | |
---|---|
mxStylesheetCodec()
Constructs a new model codec. |
|
mxStylesheetCodec(java.lang.Object template)
Constructs a new stylesheet codec for the given template. |
|
mxStylesheetCodec(java.lang.Object template,
java.lang.String[] exclude,
java.lang.String[] idrefs,
java.util.Map<java.lang.String,java.lang.String> mapping)
Constructs a new model codec for the given arguments. |
Method Summary | |
---|---|
java.lang.Object |
decode(mxCodec dec,
org.w3c.dom.Node node,
java.lang.Object into)
Decodes the given mxStylesheet. |
org.w3c.dom.Node |
encode(mxCodec enc,
java.lang.Object obj)
Encodes the given mxStylesheet. |
protected java.lang.String |
getStringValue(java.util.Map.Entry<java.lang.String,java.lang.Object> entry)
Returns the string for encoding the given value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxStylesheetCodec()
public mxStylesheetCodec(java.lang.Object template)
public mxStylesheetCodec(java.lang.Object template, java.lang.String[] exclude, java.lang.String[] idrefs, java.util.Map<java.lang.String,java.lang.String> mapping)
Method Detail |
---|
public org.w3c.dom.Node encode(mxCodec enc, java.lang.Object obj)
encode
in class mxObjectCodec
enc
- Codec that controls the encoding process.obj
- Object to be encoded.
protected java.lang.String getStringValue(java.util.Map.Entry<java.lang.String,java.lang.Object> entry)
public java.lang.Object decode(mxCodec dec, org.w3c.dom.Node node, java.lang.Object into)
decode
in class mxObjectCodec
dec
- Codec that controls the encoding process.node
- XML node to be decoded.into
- Optional object to encode the node into.
|
JGraph X 1.9.2.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |