Package com.inet.report.chart.plot
Class PieStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.PieStyle
- All Implemented Interfaces:
Serializable
This class defines the different styles of the pie chart.
This style belongs to the plot
PiePlot
.- Since:
- 8.0
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAllowedDatasets
(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new pie plot and initializes the plot with default settings.Methods inherited from class com.inet.report.chart.plot.ChartStyle
hashCode, toString
-
Field Details
-
PIE2D
The pie 2D style. -
PIE3D
The pie 3D style. -
RING2D
The ring 2D style. -
RING3D
The ring 3D style.
-
-
Constructor Details
-
PieStyle
Private constructor.- Parameters:
name
- the name- Since:
- 8.0
-
-
Method Details
-
equals
- Overrides:
equals
in classChartStyle
-
getDefaultPlot
Creates a new pie plot and initializes the plot with default settings.- Specified by:
getDefaultPlot
in classChartStyle
- Returns:
- the plot of type
PiePlot
. - Since:
- 8.0
- See Also:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Specified by:
getAllowedDatasets
in classChartStyle
- Parameters:
chart
- the chart- Returns:
- the list of datasets.
- See Also:
-