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 SpreadSheetWriterSpreadSheetToString. m_ActualWriterthe actual spreadsheet writer in use.protected SpreadSheetWriterSpreadSheetToString. m_Writerthe spreadsheet writer to use.Methods in adams.data.conversion that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterSpreadSheetToString. getWriter()Returns the writer used for generating the string.Methods in adams.data.conversion with parameters of type SpreadSheetWriter Modifier and Type Method Description voidSpreadSheetToString. 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 SpreadSheetWriterAccessSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterArffSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterAutoWidthTabularSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterCsvSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterExcelSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterExcelStreamingSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterFastCsvSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterFixedTabularSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterGnumericSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterJSONSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterLibSVMSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterMat5SpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterMatlabSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterODFSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterPNGSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterPropertiesSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterSimpleArffSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterSimpleCsvSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterSimpleStreamSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterSqlDumpSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterSVMLightSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterTsvSpreadSheetReader. getCorrespondingWriter()Returns, if available, the corresponding writer.SpreadSheetWriterXrffSpreadSheetReader. 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 interfaceIncrementalSpreadSheetWriterInterface for writers that allow incremental writing.interfaceMultiSheetSpreadSheetWriterInterface for spreadsheet writers that can write multiple sheets into a single document.interfaceNoHeaderSpreadSheetWriterInterface for spreadsheet writers that support sheets with no headers.Classes in adams.data.io.output that implement SpreadSheetWriter Modifier and Type Class Description classAbstractFormattedSpreadSheetWriterAncestor for writers that format the numbers.classAbstractMultiSheetFormattedSpreadSheetWriterAncestor for writers that format the numbers.classAbstractMultiSheetSpreadSheetWriterAncestor for spreadsheet writers that can write multiple sheets into a single document.classAbstractMultiSheetSpreadSheetWriterWithMissingValueSupportAncestor for spreadsheet writers that support missing values.classAbstractSpreadSheetWriterAncestor for classes that can write spreadsheet objects.classAbstractSpreadSheetWriterWithMissingValueSupportAncestor for spreadsheet writers that support a custom missing value string.classAbstractWekaSpreadSheetWriterAncestor for WEKA file format readers.classAccessSpreadSheetWriterWrites spreadsheet data to a MS Access database.classArffSpreadSheetWriterWrites a spreadsheet in ARFF file format.classAutoWidthTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with column widths to fit the content in each row.classCsvSpreadSheetWriterWrites CSV files.classExcelSpreadSheetWriterWrites MS Excel files.classExcelStreamingSpreadSheetWriterWrites OOXML MS Excel files in streaming mode (more memory efficient).classFixedTabularSpreadSheetWriterOutputs the spreadsheet in a simple tabular format with fixed column width, as used by dot matrix printers in days gone by.classGnumericSpreadSheetWriterWrites Gnumeric workbook files (GZIP compressed or uncompressed XML), version 1.10.13.classJSONSpreadSheetWriterWrites a spreadsheet in JSON file format.classLibSVMSpreadSheetWriterWrites a spreadsheet in LibSVM file format.classMat5SpreadSheetWriterWrites Matlab .mat files (format 5)
classMatlabSpreadSheetWriterWrites a spreadsheet in ARFF file format.classODFSpreadSheetWriterWrites ODF (Open Document Format) spreadsheet files.classPropertiesSpreadSheetWriterOutputs two columns (key and value) from a spreadsheet as Java properties file.classSimpleArffSpreadSheetWriterSimple writer for Weka ARFF files, only supports NUMERIC, NOMINAL, STRING and DATE attributes.classSimpleStreamSpreadSheetWriterSimple 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.classSqlDumpSpreadSheetWriterGenerates an SQL dump from the spreadsheet, which can be imported into a database.classSVMLightSpreadSheetWriterWrites a spreadsheet in SVMLight file format.classTsvSpreadSheetWriterWrites TSV (tab-separated values) files,
classXrffSpreadSheetWriterWrites a spreadsheet in XRFF file format.Fields in adams.data.io.output declared as SpreadSheetWriter Modifier and Type Field Description protected SpreadSheetWriterObjectLocationsSpreadSheetWriter. m_Writerthe spreadsheet writer to use.protected SpreadSheetWriterSpreadSheetTimeseriesWriter. m_Writerthe spreadsheet writer to use.Methods in adams.data.io.output that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterObjectLocationsSpreadSheetWriter. getWriter()Returns the spreadsheet writer in use.SpreadSheetWriterSpreadSheetTimeseriesWriter. getWriter()Returns the writer to use.Methods in adams.data.io.output with parameters of type SpreadSheetWriter Modifier and Type Method Description voidObjectLocationsSpreadSheetWriter. setWriter(SpreadSheetWriter value)Sets the spreadsheet writer to use.voidSpreadSheetTimeseriesWriter. 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 SpreadSheetWriterActorUsage. m_Writerthe spreadsheet writer for writing the output.Methods in adams.flow.core that return SpreadSheetWriter Modifier and Type Method Description protected SpreadSheetWriterActorUsage. getDefaultWriter()Returns the default writer.SpreadSheetWriterActorUsage. getWriter()Returns the writer in use.Methods in adams.flow.core with parameters of type SpreadSheetWriter Modifier and Type Method Description voidActorUsage. 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 SpreadSheetWriterPlotContainerSink. m_Writerthe writer to use.protected SpreadSheetWriterSpreadSheetFileWriter. m_Writerthe writer to use.Methods in adams.flow.sink that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterPlotContainerSink. getWriter()Returns the writer to use for outputting the plot containers.SpreadSheetWriterSpreadSheetFileWriter. getWriter()Returns the writer in use.Methods in adams.flow.sink with parameters of type SpreadSheetWriter Modifier and Type Method Description voidPlotContainerSink. setWriter(SpreadSheetWriter value)Sets the writer to use for outputting the plot containers.voidSpreadSheetFileWriter. 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 SpreadSheetWriterSpreadSheetFileChooserPanel. m_Writerthe current writer.Methods in adams.gui.chooser that return SpreadSheetWriter Modifier and Type Method Description protected SpreadSheetWriterSpreadSheetFileChooser. getDefaultWriter()Returns the default writer.SpreadSheetWriterSpreadSheetFileChooserPanel. getWriter()Returns the current writer.SpreadSheetWriterSpreadSheetFileChooser. getWriterForFile(File file)Returns the writer for the specified file.static SpreadSheetWriterSpreadSheetFileChooser. 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 voidSpreadSheetFileChooserPanel. 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 voidSpreadSheetPanel. 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 voidSpreadSheetViewerPanel. save(SpreadSheetWriter writer, File file, boolean recent)Writes the file to disk (uses SwingWorker).voidSpreadSheetViewerPanel. 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 SpreadSheetWriterClipboardTarget. getCurrentWriter()Returns the current writer.SpreadSheetWriterFileTarget. getCurrentWriter()Returns the current writer.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type SpreadSheetWriter Modifier and Type Method Description voidClipboardTarget. setCurrentWriter(SpreadSheetWriter value)Sets the current writer.voidFileTarget. 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 SpreadSheetWriterSpreadSheetPanel. m_Writerthe writer used for writing the file.Methods in adams.gui.tools.spreadsheetviewer that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterSpreadSheetPanel. getWriter()Returns the associated writer.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SpreadSheetWriter Modifier and Type Method Description voidSpreadSheetPanel. 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 SpreadSheetWriterFileResultsHandler. m_Writerthe spreadsheet writer to use.Methods in adams.gui.tools.wekamultiexperimenter.experiment that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterFileResultsHandler. getWriter()Returns the spreadsheet writer to use.Methods in adams.gui.tools.wekamultiexperimenter.experiment with parameters of type SpreadSheetWriter Modifier and Type Method Description voidFileResultsHandler. 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 SpreadSheetWriterSpreadSheetExporter. m_Writerthe writer to use.Methods in adams.gui.visualization.debug.objectexport that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterSpreadSheetExporter. getWriter()Returns the spreadsheet writer to use.Methods in adams.gui.visualization.debug.objectexport with parameters of type SpreadSheetWriter Modifier and Type Method Description voidSpreadSheetExporter. 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 SpreadSheetWriterSpreadSheetSaver. m_Writerthe spreadsheet writer to use.Methods in weka.core.converters that return SpreadSheetWriter Modifier and Type Method Description SpreadSheetWriterSpreadSheetSaver. getSpreadSheetWriter()Returns the spreadsheet writer in use.Methods in weka.core.converters with parameters of type SpreadSheetWriter Modifier and Type Method Description voidSpreadSheetSaver. setSpreadSheetWriter(SpreadSheetWriter value)Sets the spreadsheet writer to use.
-