yext.graphml.graph2D
Class GroupNodeRealizerSerializer

java.lang.Object
  extended byyext.graphml.graph2D.AbstractNodeRealizerSerializer
      extended byyext.graphml.graph2D.ShapeNodeRealizerSerializer
          extended byyext.graphml.graph2D.GroupNodeRealizerSerializer
All Implemented Interfaces:
NodeRealizerSerializer

public class GroupNodeRealizerSerializer
extends ShapeNodeRealizerSerializer

Serializer for instances of GroupNodeRealizer.


Constructor Summary
GroupNodeRealizerSerializer()
           
 
Method Summary
 String getName()
          Returns the string ShapeNode.
 Class getRealizerClass()
          Returns class ShapeNodeRealizer.
 void parse(NodeRealizer realizer, Node domNode, GraphMLParseContext context)
          Parses the properties from an instance of NodeRealizer.
 void write(NodeRealizer realizer, XmlWriter writer, GraphMLWriteContext context)
          Writes the properties from an instance of NodeRealizer.
 
Methods inherited from class yext.graphml.graph2D.ShapeNodeRealizerSerializer
canHandle, getNamespaceURI
 
Methods inherited from class yext.graphml.graph2D.AbstractNodeRealizerSerializer
canHandle, createRealizerInstance, getNamespacePrefix, writeAttributes, writeFill
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupNodeRealizerSerializer

public GroupNodeRealizerSerializer()
Method Detail

getName

public String getName()
Description copied from class: ShapeNodeRealizerSerializer
Returns the string ShapeNode.

Specified by:
getName in interface NodeRealizerSerializer
Overrides:
getName in class ShapeNodeRealizerSerializer

getRealizerClass

public Class getRealizerClass()
Description copied from class: ShapeNodeRealizerSerializer
Returns class ShapeNodeRealizer.

Specified by:
getRealizerClass in interface NodeRealizerSerializer
Overrides:
getRealizerClass in class ShapeNodeRealizerSerializer

write

public void write(NodeRealizer realizer,
                  XmlWriter writer,
                  GraphMLWriteContext context)
Description copied from class: AbstractNodeRealizerSerializer
Writes the properties from an instance of NodeRealizer.

Specified by:
write in interface NodeRealizerSerializer
Overrides:
write in class ShapeNodeRealizerSerializer

parse

public void parse(NodeRealizer realizer,
                  Node domNode,
                  GraphMLParseContext context)
Description copied from class: AbstractNodeRealizerSerializer
Parses the properties from an instance of NodeRealizer.

Specified by:
parse in interface NodeRealizerSerializer
Overrides:
parse in class ShapeNodeRealizerSerializer


Copyright ©2000-2008, yWorks GmbH. All rights reserved.