Klasse PolarPlot

Alle implementierten Schnittstellen:
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.

Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_STYLE

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

    • PolarPlot

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

      public PolarPlot(PolarStyle style)
      Creates a polar plot with defined chart style. Initializes all properties with default values.
      Parameter:
      style - the chart style (null not permitted)
      Seit:
      8.0
      Siehe auch:
  • Methodendetails