Class JFreeChart

    • Constructor Detail

      • JFreeChart

        public JFreeChart()
    • Method Detail

      • setDataset

        public void setDataset​(AbstractDatasetGenerator value)
        Sets the dataset generator.
        Parameters:
        value - the generator
      • datasetTipText

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

        public void setChart​(AbstractChartGenerator value)
        Sets the chart generator.
        Parameters:
        value - the generator
      • chartTipText

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

        public void setShape​(AbstractShapeGenerator value)
        Sets the shape generator.
        Parameters:
        value - the generator
      • shapeTipText

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

        public void setPlotColor​(Color value)
        Sets the color for the plot.
        Parameters:
        value - the color
      • getPlotColor

        public Color getPlotColor()
        Returns the color for the plot.
        Returns:
        the color
      • plotColorTipText

        public String plotColorTipText()
        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