Class AbstractPlotScriptlet

  • All Implemented Interfaces:
    adams.core.Destroyable, adams.core.ErrorProvider, adams.core.GlobalInfoSupporter, adams.core.io.AbsolutePathSupporter, adams.core.logging.LoggingLevelHandler, adams.core.logging.LoggingSupporter, adams.core.option.OptionHandler, adams.core.QuickInfoSupporter, adams.core.SizeOfHandler, Serializable
    Direct Known Subclasses:
    SimplePlot

    public abstract class AbstractPlotScriptlet
    extends AbstractScriptletWithDataFile
    Ancestor for scriptlets that generate plot instructions.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Field Detail

      • m_Columns

        protected String m_Columns
        the columns to use.
    • Constructor Detail

      • AbstractPlotScriptlet

        public AbstractPlotScriptlet()
    • Method Detail

      • defineOptions

        public void defineOptions()
        Adds options to the internal list of options.
        Specified by:
        defineOptions in interface adams.core.option.OptionHandler
        Overrides:
        defineOptions in class AbstractScriptletWithDataFile
      • 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