Class ScatterPlotProperties

All Implemented Interfaces:
HTMLTestable

public final class ScatterPlotProperties extends AxisChartTypeProperties
  • Field Details

    • DEFAULT_LINE_STROKE

      public static final Stroke DEFAULT_LINE_STROKE
    • lineStrokes

      private Stroke[] lineStrokes
    • shapes

      private Shape[] shapes
  • Constructor Details

    • ScatterPlotProperties

      public ScatterPlotProperties(Stroke[] lineStrokes, Shape[] shapes)
      Constructor
      Parameters:
      lineStrokes -
      shapes - if any of the shapes are NULL, they will not be drawn. If the passed Array is NULL, no shpaes will be drawn. There are some Shapes defined in PointChartProperties Object.
  • Method Details