public abstract class StructureWriter extends WebFormatWriter<DataRecord>
Constructor and Description |
---|
StructureWriter() |
Modifier and Type | Method and Description |
---|---|
abstract void |
clear()
Clear any stored settings and data
|
abstract void |
writeGraph(Graph<DataRecord,DataRecord> graph)
Write graph data
|
abstract void |
writeGrid(Grid<DataRecord> grid)
Write Grid data
|
abstract void |
writeTree(Tree<DataRecord> tree)
Write tree data
|
getContentType, getDestination, getWriter, setDestination, setWriter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, writeData
public abstract void clear()
public abstract void writeGraph(Graph<DataRecord,DataRecord> graph)
graph
- the graphpublic abstract void writeGrid(Grid<DataRecord> grid)
grid
- the gridpublic abstract void writeTree(Tree<DataRecord> tree)
tree
- the tree data