yext.graphml.compat
Class WriteNodeLayoutHandler
java.lang.Object
yext.graphml.writer.AbstractOutputHandler
yext.graphml.compat.WriteNodeLayoutHandler
- All Implemented Interfaces:
- OutputHandler
- public class WriteNodeLayoutHandler
- extends AbstractOutputHandler
Writes the geometry data for edges in .NET graphml format
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriteNodeLayoutHandler
public WriteNodeLayoutHandler()
printKeyAttributes
public void printKeyAttributes(GraphMLWriteContext context,
XmlWriter writer)
- Description copied from interface:
OutputHandler
- Write the XML attributes of the
key tag for this graphml attribute
- Parameters:
context - the current write contextwriter - XMLWriter instance that writes the result
printKeyOutput
public void printKeyOutput(GraphMLWriteContext context,
XmlWriter ips)
- Description copied from interface:
OutputHandler
- Write the element content of the
key tag for this graphml attribute
- Parameters:
context - the current write contextips - XMLWriter instance that writes the result
printDataOutput
public void printDataOutput(GraphMLWriteContext context,
Graph graph,
Object node,
XmlWriter writer)
- Description copied from class:
AbstractOutputHandler
- Writes the data out.
- Specified by:
printDataOutput in class AbstractOutputHandler
- Parameters:
context - the current writeContext.graph - the current graph in the context.node - the current node/edge in the context.writer - the output-stream.
Copyright ©2000-2008, yWorks GmbH. All rights reserved.