|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.graphdrawing.graphml.writer.XMLAttributesProviderAdapter
Adapter implementation of XMLAttributesProvider that provides
empty implementations of all methods in the interface
| Constructor Summary | |
XMLAttributesProviderAdapter()
|
|
| Method Summary | |
void |
printEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <edge> element |
void |
printGraphAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <graph> element |
void |
printGraphMLAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <graphml> element |
void |
printHyperEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <hyperedge> element |
void |
printNodeAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <node> element |
void |
printPortAttributes(GraphMLWriteContext context,
XmlWriter writer)
Write additional XML attributes for a <port> element |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLAttributesProviderAdapter()
| Method Detail |
public void printNodeAttributes(GraphMLWriteContext context,
XmlWriter writer)
XMLAttributesProvider<node> element
printNodeAttributes in interface XMLAttributesProvidercontext - the current write contextwriter - the writer instance that writes the output
public void printEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
XMLAttributesProvider<edge> element
printEdgeAttributes in interface XMLAttributesProvidercontext - the current write contextwriter - the writer instance that writes the output
public void printPortAttributes(GraphMLWriteContext context,
XmlWriter writer)
XMLAttributesProvider<port> element
printPortAttributes in interface XMLAttributesProvidercontext - the current write contextwriter - the writer instance that writes the output
public void printHyperEdgeAttributes(GraphMLWriteContext context,
XmlWriter writer)
XMLAttributesProvider<hyperedge> element
printHyperEdgeAttributes in interface XMLAttributesProvidercontext - the current write contextwriter - the writer instance that writes the output
public void printGraphAttributes(GraphMLWriteContext context,
XmlWriter writer)
XMLAttributesProvider<graph> element
printGraphAttributes in interface XMLAttributesProvidercontext - the current write contextwriter - the writer instance that writes the output
public void printGraphMLAttributes(GraphMLWriteContext context,
XmlWriter writer)
XMLAttributesProvider<graphml> element
printGraphMLAttributes in interface XMLAttributesProvidercontext - the current write contextwriter - the writer instance that writes the output
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||