|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectyext.graphml.graph2D.AbstractEdgeRealizerSerializer
yext.graphml.graph2D.SplineEdgeRealizerSerializer
Serializer for instances of SplineEdgeRealizer.
| Constructor Summary | |
SplineEdgeRealizerSerializer()
|
|
| Method Summary | |
boolean |
canHandle(Node n,
GraphMLParseContext context)
Default implementation. |
String |
getName()
Returns the name of the XML element tag which denotes this type of realizer. |
String |
getNamespaceURI()
Returns the target namespace of the toplevel element |
Class |
getRealizerClass()
Returns the class of which the realizer is an instance of. |
| Methods inherited from class yext.graphml.graph2D.AbstractEdgeRealizerSerializer |
canHandle, createRealizerInstance, getNamespacePrefix, parse, write, writeAttributes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SplineEdgeRealizerSerializer()
| Method Detail |
public String getName()
EdgeRealizerSerializer
public String getNamespaceURI()
EdgeRealizerSerializer
public Class getRealizerClass()
EdgeRealizerSerializer
public boolean canHandle(Node n,
GraphMLParseContext context)
AbstractEdgeRealizerSerializer
canHandle in interface EdgeRealizerSerializercanHandle in class AbstractEdgeRealizerSerializern - context -
true iff n.getNamespaceURI().equals(getNamespaceURI()) && n.getLocalName().equals(getName()).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||