Package com.inet.report.chart.plot
Class MultiplePieStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.MultiplePieStyle
- All Implemented Interfaces:
Serializable
This class defines the styles of the multiple pie chart.
This style belongs to the plot
MultiplePiePlot.- Since:
- 8.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MultiplePieStyleDefault style of chart with this plot. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new multiple pie style plot and initializes the plot with default settings.Methods inherited from class com.inet.report.chart.plot.ChartStyle
hashCode, toString
-
Field Details
-
PIE3D_MULTIPLE
Default style of chart with this plot.
-
-
Method Details
-
equals
- Overrides:
equalsin classChartStyle
-
getDefaultPlot
Creates a new multiple pie style plot and initializes the plot with default settings.- Specified by:
getDefaultPlotin 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:
getAllowedDatasetsin classChartStyle- Parameters:
chart- the chart- Returns:
- the list of datasets.
- See Also:
-