yext.graphml.graph2D
Class ProxyAutoBoundsNodeRealizerSerializer

java.lang.Object
  extended byyext.graphml.graph2D.AbstractNodeRealizerSerializer
      extended byyext.graphml.graph2D.ProxyShapeNodeRealizerSerializer
          extended byyext.graphml.graph2D.ProxyAutoBoundsNodeRealizerSerializer
All Implemented Interfaces:
NodeRealizerSerializer

public class ProxyAutoBoundsNodeRealizerSerializer
extends ProxyShapeNodeRealizerSerializer

Serializer for instances of ProxyAutoBoundsNodeRealizer.


Constructor Summary
ProxyAutoBoundsNodeRealizerSerializer()
           
 
Method Summary
 String getName()
          Returns the name of the XML element tag which denotes this type of realizer.
 Class getRealizerClass()
          Returns the class of which the realizer is an instance of.
 
Methods inherited from class yext.graphml.graph2D.ProxyShapeNodeRealizerSerializer
canHandle, getNamespaceURI, parse, parseRealizers, write
 
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

ProxyAutoBoundsNodeRealizerSerializer

public ProxyAutoBoundsNodeRealizerSerializer()
Method Detail

getName

public String getName()
Description copied from interface: NodeRealizerSerializer
Returns the name of the XML element tag which denotes this type of realizer.

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

getRealizerClass

public Class getRealizerClass()
Description copied from interface: NodeRealizerSerializer
Returns the class of which the realizer is an instance of.

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


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