Klasse PolarStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.PolarStyle
Alle implementierten Schnittstellen:
Serializable

public class PolarStyle extends ChartStyle
This class defines the different styles of the polar chart. This style belongs to the plot PiePlot.
Seit:
8.0
Siehe auch:
  • Felddetails

    • POLAR

      public static final PolarStyle POLAR
      The simple polar chart style.
    • POLAR_STACKED

      public static final PolarStyle POLAR_STACKED
      The stacked polar chart style.
  • Methodendetails

    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse ChartStyle
    • getDefaultPlot

      public AbstractPlot getDefaultPlot()
      Creates a new polar plot and initializes the plot with default settings.
      Angegeben von:
      getDefaultPlot in Klasse ChartStyle
      Gibt zurück:
      the plot of type PolarPlot.
      Seit:
      8.0
      Siehe auch:
    • getAllowedDatasets

      public List getAllowedDatasets(Chart2 chart)
      Returns the list of dataset supported by this chart style.
      Angegeben von:
      getAllowedDatasets in Klasse ChartStyle
      Parameter:
      chart - the chart
      Gibt zurück:
      the list of datasets.
      Siehe auch: