|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprefuse.data.io.AbstractTableWriter
Abstract base class implementation of the TableWriter interface. Provides
implementations for all but the
TableWriter.writeTable(Table, java.io.OutputStream)
method.
Constructor Summary | |
AbstractTableWriter()
|
Method Summary | |
void |
writeTable(Table table,
java.io.File f)
Write a table to the given File. |
void |
writeTable(Table table,
java.lang.String filename)
Write a table to the file with the given filename. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface prefuse.data.io.TableWriter |
writeTable |
Constructor Detail |
public AbstractTableWriter()
Method Detail |
public void writeTable(Table table, java.lang.String filename) throws DataIOException
TableWriter
writeTable
in interface TableWriter
table
- the Table to writefilename
- the file to write the table to
DataIOException
TableWriter.writeTable(prefuse.data.Table, java.lang.String)
public void writeTable(Table table, java.io.File f) throws DataIOException
TableWriter
writeTable
in interface TableWriter
table
- the Table to writef
- the file to write the table to
DataIOException
TableWriter.writeTable(prefuse.data.Table, java.io.File)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |