Class ScatterPlot

    • Field Detail

      • m_Orientation

        protected Orientation m_Orientation
        the plot orientation.
    • Constructor Detail

      • ScatterPlot

        public ScatterPlot()
    • Method Detail

      • setOrientation

        public void setOrientation​(Orientation value)
        Sets the orientation for the plot.
        Parameters:
        value - the orientation
      • getOrientation

        public Orientation getOrientation()
        Returns the orientation for the plot.
        Returns:
        the orientation
      • orientationTipText

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

        protected org.jfree.chart.JFreeChart doGenerate​(org.jfree.data.xy.XYDataset data)
        Performs the actual generation of the chart.
        Specified by:
        doGenerate in class AbstractChartGenerator<org.jfree.data.xy.XYDataset>
        Parameters:
        data - the data to use
        Returns:
        the chart