adams.data.io.output
Class AbstractHeatmapWriter
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.io.output.AbstractDataContainerWriter<Heatmap>
adams.data.io.output.AbstractHeatmapWriter
- All Implemented Interfaces:
- CleanUpHandler, Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<AbstractDataContainerWriter>, SizeOfHandler, Serializable, Comparable
- Direct Known Subclasses:
- FloatMatrixHeatmapWriter, SpreadSheetHeatmapWriter
public abstract class AbstractHeatmapWriter
- extends AbstractDataContainerWriter<Heatmap>
Ancestor for writers that output heatmaps.
- Version:
- $Revision: 6027 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
|
Method Summary |
static String[] |
getWriters()
Returns a list with classnames of writers. |
| Methods inherited from class adams.data.io.output.AbstractDataContainerWriter |
checkData, cleanUp, compareTo, defineOptions, destroy, equals, forCommandLine, forName, getFormatDescription, getFormatExtensions, getOutput, isOutputFile, outputTipText, reset, setOutput, shallowCopy, shallowCopy, write, write, writeData |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, finishInit, getDebugLevel, getOptionManager, globalInfo, initialize, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
AbstractHeatmapWriter
public AbstractHeatmapWriter()
getWriters
public static String[] getWriters()
- Returns a list with classnames of writers.
- Returns:
- the writer classnames
Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.