Class ScatterPlotChartExpression

java.lang.Object
org.pentaho.reporting.engine.classic.core.function.AbstractExpression
All Implemented Interfaces:
Serializable, Cloneable, ChartExpression, org.pentaho.reporting.engine.classic.core.DynamicExpression, org.pentaho.reporting.engine.classic.core.function.Expression, org.pentaho.reporting.engine.classic.core.LegacyUpdateHandler

public class ScatterPlotChartExpression extends XYChartExpression
See Also:
  • Constructor Details

    • ScatterPlotChartExpression

      public ScatterPlotChartExpression()
  • Method Details

    • computeXYChart

      protected org.jfree.chart.JFreeChart computeXYChart(org.jfree.data.xy.XYDataset xyDataset)
      Overrides:
      computeXYChart in class XYChartExpression
    • configureChart

      protected void configureChart(org.jfree.chart.JFreeChart chart)
      Overrides:
      configureChart in class XYChartExpression
    • getDotHeight

      public int getDotHeight()
      Returns:
      Returns the dot height.
    • setDotHeight

      public void setDotHeight(int height)
      Parameters:
      height - The dot height to set.
    • getDotWidth

      public int getDotWidth()
      Returns:
      Returns the dot width.
    • setDotWidth

      public void setDotWidth(int width)
      Parameters:
      width - The dot width to set.