Klasse PieStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.PieStyle
- Alle implementierten Schnittstellen:
Serializable
This class defines the different styles of the pie chart.
This style belongs to the plot
PiePlot.- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new pie plot and initializes the plot with default settings.Von Klasse geerbte Methoden ChartStyle
hashCode, toString
-
Felddetails
-
PIE2D
The pie 2D style. -
PIE3D
The pie 3D style. -
RING2D
The ring 2D style. -
RING3D
The ring 3D style.
-
-
Konstruktordetails
-
PieStyle
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChartStyle
-
getDefaultPlot
Creates a new pie plot and initializes the plot with default settings.- Angegeben von:
getDefaultPlotin KlasseChartStyle- Gibt zurück:
- the plot of type
PiePlot. - Seit:
- 8.0
- Siehe auch:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Angegeben von:
getAllowedDatasetsin KlasseChartStyle- Parameter:
chart- the chart- Gibt zurück:
- the list of datasets.
- Siehe auch:
-