Search this API

y.io.graphml.graph2d
Class SplineEdgeRealizerSerializer

java.lang.Object
  extended by y.io.graphml.graph2d.AbstractEdgeRealizerSerializer
      extended by y.io.graphml.graph2d.SplineEdgeRealizerSerializer
All Implemented Interfaces:
EdgeRealizerSerializer

public class SplineEdgeRealizerSerializer
extends AbstractEdgeRealizerSerializer

Serializer for instances of SplineEdgeRealizer.

 
Your browser does not support SVG content.

Constructor Summary
SplineEdgeRealizerSerializer()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the XML element tag which denotes this type of realizer.
 java.lang.String getNamespaceURI()
          Returns the target namespace of the toplevel element
 java.lang.Class getRealizerClass()
          Returns the class of which the realizer is an instance of.
 
Methods inherited from class y.io.graphml.graph2d.AbstractEdgeRealizerSerializer
canHandle, canHandle, createRealizerInstance, getNamespacePrefix, parse, parseLabel, parsePort, write, writeAttributes, writeEdgeLabel, writePort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplineEdgeRealizerSerializer

public SplineEdgeRealizerSerializer()
Method Detail

getName

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

Returns:
The name of the XML element

getNamespaceURI

public java.lang.String getNamespaceURI()
Description copied from interface: EdgeRealizerSerializer
Returns the target namespace of the toplevel element

Returns:
the target namespace of the toplevel element

getRealizerClass

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

Returns:
The target class of the realizer

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