Klasse PieStyle

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

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

    • PIE2D

      public static final PieStyle PIE2D
      The pie 2D style.
    • PIE3D

      public static final PieStyle PIE3D
      The pie 3D style.
    • RING2D

      public static final PieStyle RING2D
      The ring 2D style.
    • RING3D

      public static final PieStyle RING3D
      The ring 3D style.
  • Konstruktordetails

    • PieStyle

      protected PieStyle(String name)
      Private constructor.
      Parameter:
      name - the name
      Seit:
      8.0
  • Methodendetails

    • equals

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

      public AbstractPlot getDefaultPlot()
      Creates a new pie 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: