Class AbstractRowBasedChartGenerator

    • Field Detail

      • m_RowFinder

        protected RowFinder m_RowFinder
        the row finder to use.
    • Constructor Detail

      • AbstractRowBasedChartGenerator

        public AbstractRowBasedChartGenerator()
    • Method Detail

      • setRowFinder

        public void setRowFinder​(RowFinder value)
        Sets the row finder to use for restricting the rows used for the chart.
        Parameters:
        value - the row finder
      • getRowFinder

        public RowFinder getRowFinder()
        Returns the row finder to use for restricting the rows used for the chart.
        Returns:
        the row finder
      • rowFinderTipText

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

        protected void addChartGeneration​(Flow flow,
                                          String name,
                                          SpreadSheet sheet)
        Adds the chart generation to the flow. The flow already contains forwarding of spreadsheet and selecting subset of rows.
        Specified by:
        addChartGeneration in class AbstractChartGenerator
        Parameters:
        flow - the flow to extend
        name - the name of the tab/sheet
        sheet - the spreadsheet to generate the flow for