|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.io.gml.LabelGraphicsEncoder | +--y.io.gml.EdgeLabelGraphicsEncoder
This class can encode EdgeLabels in valid GML
Field Summary | |
static Map |
edgeModelMap
Mapping between label model identifier and string description |
static Map |
edgePosMap
Mapping between label position identifier and string description |
static Map |
edgePrefMap
Mapping between preferred label position identifier and string description |
Constructor Summary | |
EdgeLabelGraphicsEncoder()
|
Method Summary | |
void |
encode(Object item,
GMLEncoder enc)
This method will try to encode the given object using the GMLEncoder |
Methods inherited from class y.io.gml.LabelGraphicsEncoder |
encodeAlignment, encodeFontStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Map edgeModelMap
public static final Map edgePosMap
public static final Map edgePrefMap
Constructor Detail |
public EdgeLabelGraphicsEncoder()
Method Detail |
public void encode(Object item, GMLEncoder enc) throws IOException
ObjectEncoder
encode
in interface ObjectEncoder
encode
in class LabelGraphicsEncoder
IOException
item
- the object to be encodedenc
- an encoder
|
© 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 |