Klasse MultiplePieStyle

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

public class MultiplePieStyle extends ChartStyle
This class defines the styles of the multiple pie chart. This style belongs to the plot MultiplePiePlot.
Seit:
8.0
Siehe auch:
  • Felddetails

    • PIE3D_MULTIPLE

      public static final MultiplePieStyle PIE3D_MULTIPLE
      Default style of chart with this plot.
  • Methodendetails

    • equals

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

      public AbstractPlot getDefaultPlot()
      Creates a new multiple pie style plot and initializes the plot with default settings.
      Angegeben von:
      getDefaultPlot in Klasse ChartStyle
      Gibt zurück:
      the plot of type PiePlot.
      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: