|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyext.graphml.writer.AbstractOutputHandler
yext.graphml.graph2D.WriteNodeRealizerHandler
Output handler for yFiles specific graphical attributes of edges.
| Constructor Summary | |
WriteNodeRealizerHandler()
|
|
| Method Summary | |
static void |
addNodeRealizerSerializer(NodeRealizerSerializer nrs)
Deprecated. Use RealizerSerializerManager instead for
instance specific registration. |
void |
printDataOutput(GraphMLWriteContext context,
Graph graph,
Object node,
XmlWriter writer)
Writes the data out. |
void |
printKeyAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write the XML attributes of the key tag for this graphml attribute |
void |
printKeyOutput(GraphMLWriteContext context,
XmlWriter ips)
Write the element content of the key tag for this graphml attribute |
static void |
writeRealizer(NodeRealizer realizer,
XmlWriter writer,
GraphMLWriteContext context)
|
| Methods inherited from class yext.graphml.writer.AbstractOutputHandler |
getKeyAttributes, printDataAttributes, printDataOutput |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WriteNodeRealizerHandler()
| Method Detail |
public static void addNodeRealizerSerializer(NodeRealizerSerializer nrs)
RealizerSerializerManager instead for
instance specific registration.
nrs -
public void printKeyAttributes(GraphMLWriteContext context,
XmlWriter writer)
OutputHandlerkey tag for this graphml attribute
context - the current write contextwriter - XMLWriter instance that writes the result
public void printKeyOutput(GraphMLWriteContext context,
XmlWriter ips)
OutputHandlerkey tag for this graphml attribute
context - the current write contextips - XMLWriter instance that writes the result
public void printDataOutput(GraphMLWriteContext context,
Graph graph,
Object node,
XmlWriter writer)
AbstractOutputHandler
printDataOutput in class AbstractOutputHandlercontext - the current writeContext.graph - the current graph in the context.node - the current node/edge in the context.writer - the output-stream.
public static void writeRealizer(NodeRealizer realizer,
XmlWriter writer,
GraphMLWriteContext context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||