Class NamedPlotGenerator

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, QuickInfoSupporter, SizeOfHandler, Serializable

    public class NamedPlotGenerator
    extends AbstractPlotGenerator
    Plots the numeric data of two columns, X and Y with the plot name from a separate column.

    -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> (property: loggingLevel)
        The logging level for outputting errors and debugging output.
        default: WARNING
     
    -default-cell-value <double> (property: defaultCellValue)
        The default value for missing or non-numeric cells.
        default: -1.0
     
    -plot-name-range <java.lang.String> (property: plotNameRange)
        The range of columns to use for generating the plot name (overrides any 
        plot generator specific names); A range is a comma-separated list of single 
        1-based indices or sub-ranges of indices ('start-end'); 'inv(...)' inverts 
        the range '...'; column names (case-sensitive) as well as the following 
        placeholders can be used: first, second, third, last_2, last_1, last
        default: 
     
    -plot-name-separator <java.lang.String> (property: plotNameSeparator)
        The separator to use when constructing the plot name from cell values.
        default: 
     
    -x-column <java.lang.String> (property: XColumn)
        The index of the column which values to use as X values in the plot; An 
        index is a number starting with 1; column names (case-sensitive) as well 
        as the following placeholders can be used: first, second, third, last_2, 
        last_1, last
        default: 
     
    -y-column <java.lang.String> (property: YColumn)
        The index of the column which values to use as Y values in the plot; An 
        index is a number starting with 1; column names (case-sensitive) as well 
        as the following placeholders can be used: first, second, third, last_2, 
        last_1, last
        default: 
     
    -name-column <java.lang.String> (property: nameColumn)
        The index of the column which values to use as for naming the plots; An 
        index is a number starting with 1; column names (case-sensitive) as well 
        as the following placeholders can be used: first, second, third, last_2, 
        last_1, last
        default: 
     
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • NamedPlotGenerator

        public NamedPlotGenerator()
    • Method Detail

      • setXColumn

        public void setXColumn​(String value)
        Sets the index of the column which values to use as X values.
        Parameters:
        value - the column index
      • getXColumn

        public String getXColumn()
        Returns the index of the column which values to use as X values.
        Returns:
        the column index
      • XColumnTipText

        public String XColumnTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setYColumn

        public void setYColumn​(String value)
        Sets the index of the column which values to use as Y values.
        Parameters:
        value - the column index
      • getYColumn

        public String getYColumn()
        Returns the index of the column which values to use as Y values.
        Returns:
        the column index
      • YColumnTipText

        public String YColumnTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setNameColumn

        public void setNameColumn​(String value)
        Sets the index of the column which values to use to name the plots.
        Parameters:
        value - the column index
      • getNameColumn

        public String getNameColumn()
        Returns the index of the column which values to use to name the plots.
        Returns:
        the column index
      • nameColumnTipText

        public String nameColumnTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.