Search this API

y.io.graphml.graph2d
Class ProxyAutoBoundsNodeRealizerSerializer

java.lang.Object
  extended by y.io.graphml.graph2d.AbstractNodeRealizerSerializer
      extended by y.io.graphml.graph2d.ProxyShapeNodeRealizerSerializer
          extended by y.io.graphml.graph2d.ProxyAutoBoundsNodeRealizerSerializer
All Implemented Interfaces:
NodeRealizerSerializer

public class ProxyAutoBoundsNodeRealizerSerializer
extends ProxyShapeNodeRealizerSerializer

Serializer for instances of ProxyAutoBoundsNodeRealizer.

 

Constructor Summary
ProxyAutoBoundsNodeRealizerSerializer()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the XML element tag which denotes this type of realizer.
 java.lang.Class getRealizerClass()
          Returns the class of which the realizer is an instance of.
 
Methods inherited from class y.io.graphml.graph2d.ProxyShapeNodeRealizerSerializer
getNamespaceURI, parse, parseRealizers, write
 
Methods inherited from class y.io.graphml.graph2d.AbstractNodeRealizerSerializer
canHandle, canHandle, createRealizerInstance, getNamespacePrefix, parseLabel, parseNodePorts, writeAttributes, writeBorder, writeFill, writeNodeLabel, writeNodePorts
 
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 java.lang.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
Returns:
The name of the XML element

getRealizerClass

public java.lang.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
Returns:
The target class of the realizer

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