|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.io.gml.EdgeRealizerObjectEncoder
This class is capable of encoding an Edge's EdgeRealizer in valid gml format. It is used by GMLIOHandler.
Constructor Summary | |
EdgeRealizerObjectEncoder()
|
Method Summary | |
void |
encode(Object item,
GMLEncoder enc)
This method will try to encode the given object using the GMLEncoder |
static String |
encodeArrowType(Arrow a)
Encodes an arrow type to one of the GML values delta , standard ,
diamond , short ,
white_delta , white_diamond ,
none . |
static String |
encodeLineStyle(byte lineStyle)
Encodes a line-style constant to one of the GML values line , dashed or dotted . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EdgeRealizerObjectEncoder()
Method Detail |
public void encode(Object item, GMLEncoder enc) throws IOException
ObjectEncoder
encode
in interface ObjectEncoder
IOException
item
- the object to be encodedenc
- an encoderpublic static String encodeArrowType(Arrow a)
delta
, standard
,
diamond
, short
,
white_delta
, white_diamond
,
none
.
public static String encodeLineStyle(byte lineStyle)
line
, dashed
or dotted
.
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |