| 
 | 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.WriteEdgeRealizerHandler
public class WriteEdgeRealizerHandler
Output handler for EdgeRealizer data attributes in GraphML.
| Constructor Summary | |
|---|---|
| WriteEdgeRealizerHandler() | |
| Method Summary | |
|---|---|
|  java.util.Collection | getKeyDefinitionAttributes()Returns all XML attributes of the keyelement. | 
| protected  java.lang.Object | getValue(GraphMLWriteContext context,
         java.lang.Object key)Callback method that obtains the data for the given key. | 
| protected  void | writeValueCore(GraphMLWriteContext context,
               java.lang.Object data)Core write that performs the actual writing of the data. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public WriteEdgeRealizerHandler()
| Method Detail | 
|---|
public java.util.Collection getKeyDefinitionAttributes()
AbstractOutputHandlerkey element.
getKeyDefinitionAttributes in interface OutputHandlergetKeyDefinitionAttributes in class AbstractOutputHandlerkey element.AbstractOutputHandler.addNameToKeyDefinition(String), 
AbstractOutputHandler.addScopeToKeyDefinition(y.io.graphml.KeyScope), 
AbstractOutputHandler.addTypeToKeyDefinition(y.io.graphml.KeyType), 
AbstractOutputHandler.addUriToKeyDefinition(String)
protected void writeValueCore(GraphMLWriteContext context,
                              java.lang.Object data)
                       throws GraphMLWriteException
AbstractOutputHandler
writeValueCore in class AbstractOutputHandlercontext - The context.data - The data.
GraphMLWriteException
protected java.lang.Object getValue(GraphMLWriteContext context,
                                    java.lang.Object key)
AbstractOutputHandler
getValue in class AbstractOutputHandlercontext - The context.key - The key.
| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||