| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.io.graphml.output.AbstractOutputHandler
y.io.graphml.graph2d.AbstractWriteNodePortHandler
y.io.graphml.graph2d.NodePortGeometryWriter
public class NodePortGeometryWriter
Output handler that writes NodePort geometry data.
| Constructor Summary | |
|---|---|
| NodePortGeometryWriter() | |
| Method Summary | |
|---|---|
| protected  java.lang.String | getKey()Returns "portgeometry". | 
| protected  void | writePort(NodePort port,
          XmlWriter writer,
          GraphMLWriteContext context)Serializes port data to the specified writer. | 
| Methods inherited from class y.io.graphml.graph2d.AbstractWriteNodePortHandler | 
|---|
| getKeyDefinitionAttributes, getValue, writeValueCore | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NodePortGeometryWriter()
| Method Detail | 
|---|
protected java.lang.String getKey()
getKey in class AbstractWriteNodePortHandler
protected void writePort(NodePort port,
                         XmlWriter writer,
                         GraphMLWriteContext context)
                  throws GraphMLWriteException
AbstractWriteNodePortHandler
writePort in class AbstractWriteNodePortHandlerport - the port instance whose data has to be serialized.writer - the writer used for writing the port data.context - miscellaneous context information.
GraphMLWriteException - if the port data could not be serialized.| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||