adams.data.io.output
Class AbstractHeatmapWriter

java.lang.Object
  extended by adams.core.ConsoleObject
      extended by adams.core.option.AbstractOptionHandler
          extended by adams.data.io.output.AbstractDataContainerWriter<Heatmap>
              extended by 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

Field Summary
 
Fields inherited from class adams.data.io.output.AbstractDataContainerWriter
m_Output, m_OutputIsFile
 
Fields inherited from class adams.core.option.AbstractOptionHandler
m_DebugLevel, m_OptionManager
 
Constructor Summary
AbstractHeatmapWriter()
           
 
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
 
Methods inherited from class adams.core.ConsoleObject
getDebugging, getSystemErr, getSystemOut, sizeOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractHeatmapWriter

public AbstractHeatmapWriter()
Method Detail

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.