Uses of Interface
adams.data.io.output.SpreadSheetWriter
-
-
Uses of SpreadSheetWriter in adams.data.conversion
Fields in adams.data.conversion declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
SpreadSheetToString. m_ActualWriter
the actual spreadsheet writer in use.protected SpreadSheetWriter
SpreadSheetToString. m_Writer
the spreadsheet writer to use.Methods in adams.data.conversion that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
SpreadSheetToString. getWriter()
Returns the writer used for generating the string.Methods in adams.data.conversion with parameters of type SpreadSheetWriter Modifier and Type Method Description void
SpreadSheetToString. setWriter(SpreadSheetWriter value)
Sets the writer used for generating the string. -
Uses of SpreadSheetWriter in adams.data.io.input
Methods in adams.data.io.input that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
AccessSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
ArffSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
AutoWidthTabularSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
CsvSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
ExcelSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
ExcelStreamingSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
FastCsvSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
FixedTabularSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
GnumericSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
JSONSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
LibSVMSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
Mat5SpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
MatlabSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
ODFSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
PNGSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
PropertiesSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
SimpleArffSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
SimpleCsvSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
SimpleStreamSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
SpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
SqlDumpSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
SVMLightSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
TsvSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer.SpreadSheetWriter
XrffSpreadSheetReader. getCorrespondingWriter()
Returns, if available, the corresponding writer. -
Uses of SpreadSheetWriter in adams.data.io.output
Subinterfaces of SpreadSheetWriter in adams.data.io.output Modifier and Type Interface Description interface
IncrementalSpreadSheetWriter
Interface for writers that allow incremental writing.interface
MultiSheetSpreadSheetWriter
Interface for spreadsheet writers that can write multiple sheets into a single document.interface
NoHeaderSpreadSheetWriter
Interface for spreadsheet writers that support sheets with no headers.Classes in adams.data.io.output that implement SpreadSheetWriter Modifier and Type Class Description class
AbstractFormattedSpreadSheetWriter
Ancestor for writers that format the numbers.class
AbstractMultiSheetFormattedSpreadSheetWriter
Ancestor for writers that format the numbers.class
AbstractMultiSheetSpreadSheetWriter
Ancestor for spreadsheet writers that can write multiple sheets into a single document.class
AbstractMultiSheetSpreadSheetWriterWithMissingValueSupport
Ancestor for spreadsheet writers that support missing values.class
AbstractSpreadSheetWriter
Ancestor for classes that can write spreadsheet objects.class
AbstractSpreadSheetWriterWithMissingValueSupport
Ancestor for spreadsheet writers that support a custom missing value string.class
AbstractWekaSpreadSheetWriter
Ancestor for WEKA file format readers.class
AccessSpreadSheetWriter
Writes spreadsheet data to a MS Access database.class
ArffSpreadSheetWriter
Writes a spreadsheet in ARFF file format.class
AutoWidthTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.class
CsvSpreadSheetWriter
Writes CSV files.class
ExcelSpreadSheetWriter
Writes MS Excel files.class
ExcelStreamingSpreadSheetWriter
Writes OOXML MS Excel files in streaming mode (more memory efficient).class
FixedTabularSpreadSheetWriter
Outputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.class
GnumericSpreadSheetWriter
Writes Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.class
JSONSpreadSheetWriter
Writes a spreadsheet in JSON file format.class
LibSVMSpreadSheetWriter
Writes a spreadsheet in LibSVM file format.class
Mat5SpreadSheetWriter
Writes Matlab .mat files (format 5)
class
MatlabSpreadSheetWriter
Writes a spreadsheet in ARFF file format.class
ODFSpreadSheetWriter
Writes ODF (Open Document Format) spreadsheet files.class
PropertiesSpreadSheetWriter
Outputs two columns (key and value) from a spreadsheet as Java properties file.class
SimpleArffSpreadSheetWriter
Simple writer for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.class
SimpleStreamSpreadSheetWriter
Simple stream format for spreadsheets:
- one spreadsheet row per line in the output
- cells are separated by TAB
- cell format: '<1-based index>:<content-type ID>:<content>'
NB: tabs, new lines etc in the content get backquoted.class
SqlDumpSpreadSheetWriter
Generates an SQL dump from the spreadsheet, which can be imported into a database.class
SVMLightSpreadSheetWriter
Writes a spreadsheet in SVMLight file format.class
TsvSpreadSheetWriter
Writes TSV (tab-separated values) files,
class
XrffSpreadSheetWriter
Writes a spreadsheet in XRFF file format.Fields in adams.data.io.output declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
ObjectLocationsSpreadSheetWriter. m_Writer
the spreadsheet writer to use.protected SpreadSheetWriter
SpreadSheetTimeseriesWriter. m_Writer
the spreadsheet writer to use.Methods in adams.data.io.output that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
ObjectLocationsSpreadSheetWriter. getWriter()
Returns the spreadsheet writer in use.SpreadSheetWriter
SpreadSheetTimeseriesWriter. getWriter()
Returns the writer to use.Methods in adams.data.io.output with parameters of type SpreadSheetWriter Modifier and Type Method Description void
ObjectLocationsSpreadSheetWriter. setWriter(SpreadSheetWriter value)
Sets the spreadsheet writer to use.void
SpreadSheetTimeseriesWriter. setWriter(SpreadSheetWriter value)
Sets the writer to use. -
Uses of SpreadSheetWriter in adams.flow.core
Fields in adams.flow.core declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
ActorUsage. m_Writer
the spreadsheet writer for writing the output.Methods in adams.flow.core that return SpreadSheetWriter Modifier and Type Method Description protected SpreadSheetWriter
ActorUsage. getDefaultWriter()
Returns the default writer.SpreadSheetWriter
ActorUsage. getWriter()
Returns the writer in use.Methods in adams.flow.core with parameters of type SpreadSheetWriter Modifier and Type Method Description void
ActorUsage. setWriter(SpreadSheetWriter value)
Sets the writer to use. -
Uses of SpreadSheetWriter in adams.flow.sink
Fields in adams.flow.sink declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
PlotContainerSink. m_Writer
the writer to use.protected SpreadSheetWriter
SpreadSheetFileWriter. m_Writer
the writer to use.Methods in adams.flow.sink that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
PlotContainerSink. getWriter()
Returns the writer to use for outputting the plot containers.SpreadSheetWriter
SpreadSheetFileWriter. getWriter()
Returns the writer in use.Methods in adams.flow.sink with parameters of type SpreadSheetWriter Modifier and Type Method Description void
PlotContainerSink. setWriter(SpreadSheetWriter value)
Sets the writer to use for outputting the plot containers.void
SpreadSheetFileWriter. setWriter(SpreadSheetWriter value)
Sets the writer to use. -
Uses of SpreadSheetWriter in adams.gui.chooser
Fields in adams.gui.chooser declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
SpreadSheetFileChooserPanel. m_Writer
the current writer.Methods in adams.gui.chooser that return SpreadSheetWriter Modifier and Type Method Description protected SpreadSheetWriter
SpreadSheetFileChooser. getDefaultWriter()
Returns the default writer.SpreadSheetWriter
SpreadSheetFileChooserPanel. getWriter()
Returns the current writer.SpreadSheetWriter
SpreadSheetFileChooser. getWriterForFile(File file)
Returns the writer for the specified file.static SpreadSheetWriter
SpreadSheetFileChooser. writerForFile(File file)
Returns the writer for the specified file.Methods in adams.gui.chooser with parameters of type SpreadSheetWriter Modifier and Type Method Description void
SpreadSheetFileChooserPanel. setWriter(SpreadSheetWriter writer)
Sets the writer to use. -
Uses of SpreadSheetWriter in adams.gui.dialog
Methods in adams.gui.dialog with parameters of type SpreadSheetWriter Modifier and Type Method Description void
SpreadSheetPanel. write(SpreadSheetWriter writer, File file)
Saves the specified file. -
Uses of SpreadSheetWriter in adams.gui.tools
Methods in adams.gui.tools with parameters of type SpreadSheetWriter Modifier and Type Method Description protected void
SpreadSheetViewerPanel. save(SpreadSheetWriter writer, File file, boolean recent)
Writes the file to disk (uses SwingWorker).void
SpreadSheetViewerPanel. write(SpreadSheetWriter writer, File file)
Saves the specified file. -
Uses of SpreadSheetWriter in adams.gui.tools.spreadsheetprocessor.targets
Methods in adams.gui.tools.spreadsheetprocessor.targets that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
ClipboardTarget. getCurrentWriter()
Returns the current writer.SpreadSheetWriter
FileTarget. getCurrentWriter()
Returns the current writer.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type SpreadSheetWriter Modifier and Type Method Description void
ClipboardTarget. setCurrentWriter(SpreadSheetWriter value)
Sets the current writer.void
FileTarget. setCurrentWriter(SpreadSheetWriter writer)
Sets the current writer. -
Uses of SpreadSheetWriter in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
SpreadSheetPanel. m_Writer
the writer used for writing the file.Methods in adams.gui.tools.spreadsheetviewer that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
SpreadSheetPanel. getWriter()
Returns the associated writer.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SpreadSheetWriter Modifier and Type Method Description void
SpreadSheetPanel. setWriter(SpreadSheetWriter value)
Sets the associated writer. -
Uses of SpreadSheetWriter in adams.gui.tools.wekamultiexperimenter.experiment
Fields in adams.gui.tools.wekamultiexperimenter.experiment declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
FileResultsHandler. m_Writer
the spreadsheet writer to use.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
FileResultsHandler. getWriter()
Returns the spreadsheet writer to use.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type SpreadSheetWriter Modifier and Type Method Description void
FileResultsHandler. setWriter(SpreadSheetWriter value)
Sets the spreadsheet writer to use. -
Uses of SpreadSheetWriter in adams.gui.visualization.debug.objectexport
Fields in adams.gui.visualization.debug.objectexport declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
SpreadSheetExporter. m_Writer
the writer to use.Methods in adams.gui.visualization.debug.objectexport that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
SpreadSheetExporter. getWriter()
Returns the spreadsheet writer to use.Methods in adams.gui.visualization.debug.objectexport with parameters of type SpreadSheetWriter Modifier and Type Method Description void
SpreadSheetExporter. setWriter(SpreadSheetWriter value)
Sets the spreadsheet writer to use. -
Uses of SpreadSheetWriter in weka.core.converters
Fields in weka.core.converters declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriter
SpreadSheetSaver. m_Writer
the spreadsheet writer to use.Methods in weka.core.converters that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriter
SpreadSheetSaver. getSpreadSheetWriter()
Returns the spreadsheet writer in use.Methods in weka.core.converters with parameters of type SpreadSheetWriter Modifier and Type Method Description void
SpreadSheetSaver. setSpreadSheetWriter(SpreadSheetWriter value)
Sets the spreadsheet writer to use.
-