yext.graphml.graph2D
Class ProxyAutoBoundsNodeRealizerSerializer
java.lang.Object
yext.graphml.graph2D.AbstractNodeRealizerSerializer
yext.graphml.graph2D.ProxyShapeNodeRealizerSerializer
yext.graphml.graph2D.ProxyAutoBoundsNodeRealizerSerializer
- All Implemented Interfaces:
- NodeRealizerSerializer
- public class ProxyAutoBoundsNodeRealizerSerializer
- extends ProxyShapeNodeRealizerSerializer
Serializer for instances of ProxyAutoBoundsNodeRealizer.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyAutoBoundsNodeRealizerSerializer
public ProxyAutoBoundsNodeRealizerSerializer()
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.