|
mxGraph 2.5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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, fields, idrefs, mapping, reverse, template |
Constructor Summary | |
---|---|
mxStylesheetCodec()
Constructs a new model codec. |
|
mxStylesheetCodec(Object template)
Constructs a new stylesheet codec for the given template. |
|
mxStylesheetCodec(Object template,
String[] exclude,
String[] idrefs,
Map<String,String> mapping)
Constructs a new model codec for the given arguments. |
Method Summary | |
---|---|
Object |
decode(mxCodec dec,
Node node,
Object into)
Decodes the given mxStylesheet. |
Node |
encode(mxCodec enc,
Object obj)
Encodes the given mxStylesheet. |
protected String |
getStringValue(Map.Entry<String,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(Object template)
public mxStylesheetCodec(Object template, String[] exclude, String[] idrefs, Map<String,String> mapping)
Method Detail |
---|
public Node encode(mxCodec enc, Object obj)
encode
in class mxObjectCodec
enc
- Codec that controls the encoding process.obj
- Object to be encoded.
protected String getStringValue(Map.Entry<String,Object> entry)
public Object decode(mxCodec dec, Node node, 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.
|
mxGraph 2.5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |