Class PolarPlot

All Implemented Interfaces:
ChartPlot, Serializable

public class PolarPlot extends StandardPlot
A general class for plotting data of groups of values. This plot can use data from any class that implements the BaseDataset interface.

Since:
8.0
See Also:
  • Field Details

    • DEFAULT_STYLE

      public static final PolarStyle DEFAULT_STYLE
      Default chart style with this plot.
  • Constructor Details

    • PolarPlot

      public PolarPlot()
      Creates a polar plot with default properties.
      Since:
      8.0
    • PolarPlot

      public PolarPlot(PolarStyle style)
      Creates a polar plot with defined chart style. Initializes all properties with default values.
      Parameters:
      style - the chart style (null not permitted)
      Since:
      8.0
      See Also:
  • Method Details