adams.core.gnuplot
Class AbstractPlotScriptlet
java.lang.Object
adams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.core.gnuplot.AbstractScriptlet
adams.core.gnuplot.AbstractPlotScriptlet
- All Implemented Interfaces:
- Debuggable, Destroyable, OptionHandler, SizeOfHandler, Serializable
- Direct Known Subclasses:
- SimplePlot
public abstract class AbstractPlotScriptlet
- extends AbstractScriptlet
Ancestor for scriptlets that generate plot instructions.
- Version:
- $Revision: 4584 $
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
- See Also:
- Serialized Form
| Methods inherited from class adams.core.option.AbstractOptionHandler |
cleanUpOptions, debug, debug, debugLevelTipText, destroy, finishInit, getDebugLevel, getOptionManager, globalInfo, initialize, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
m_Columns
protected String m_Columns
- the columns to use.
AbstractPlotScriptlet
public AbstractPlotScriptlet()
defineOptions
public void defineOptions()
- Adds options to the internal list of options.
- Specified by:
defineOptions in interface OptionHandler- Overrides:
defineOptions in class AbstractScriptlet
setColumns
public void setColumns(String value)
- Sets the columns to use in the plots.
- Parameters:
value - the columns
getColumns
public String getColumns()
- Returns the columns to use in the plots.
- Returns:
- the index
columnsTipText
public String columnsTipText()
- Returns the tip text for this property.
- Returns:
- tip text for this property suitable for
displaying in the explorer/experimenter gui
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.