| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecty.io.graphml.layout.AbstractNodeLayoutSerializer
public abstract class AbstractNodeLayoutSerializer
Reads and writes node layout information from/to GraphML.
| Constructor Summary | |
|---|---|
| protected  | AbstractNodeLayoutSerializer()Initializes a new AbstractNodeLayoutSerializerinstance. | 
| Method Summary | |
|---|---|
| abstract  java.lang.String | getName()Returns the name of the XML element tag which denotes this type of realizer. | 
| abstract  java.lang.String | getNamespacePrefix()Returns the namespace prefix of the toplevel element | 
| abstract  java.lang.String | getNamespaceURI()Returns the target namespace of the toplevel element | 
|  void | onHandleDeserialization(DeserializationEvent event)Reads node layout information for deserialization events that request results of type NodeLayout. | 
|  void | onHandleSerialization(SerializationEvent event)Writes node layout information. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected AbstractNodeLayoutSerializer()
AbstractNodeLayoutSerializer instance.
| Method Detail | 
|---|
public abstract java.lang.String getName()
public abstract java.lang.String getNamespaceURI()
public abstract java.lang.String getNamespacePrefix()
public void onHandleDeserialization(DeserializationEvent event)
                             throws GraphMLParseException
NodeLayout.
onHandleDeserialization in interface DeserializationHandlerevent - contains all data that is needed for deserialization.
GraphMLParseException - if a problem occurs during deserialization.
public void onHandleSerialization(SerializationEvent event)
                           throws GraphMLWriteException
onHandleSerialization in interface SerializationHandlerevent - contains all data that is needed for serialization.
GraphMLWriteException - if a problem during serialization occurs.| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||