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:
java.io.Serializable
public class MultiplePieStyle extends ChartStyle
This class defines the styles of the multiple pie chart. This style belongs to the plotMultiplePiePlot
.- Since:
- 8.0
- See Also:
PIE3D_MULTIPLE
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MultiplePieStyle
PIE3D_MULTIPLE
Default style of chart with this plot.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.util.List
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style.AbstractPlot
getDefaultPlot()
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 Detail
-
PIE3D_MULTIPLE
public static final MultiplePieStyle PIE3D_MULTIPLE
Default style of chart with this plot.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classChartStyle
-
getDefaultPlot
public AbstractPlot getDefaultPlot()
Creates a new multiple pie style plot and initializes the plot with default settings.- Specified by:
getDefaultPlot
in classChartStyle
- Returns:
- the plot of type
PiePlot
. - Since:
- 8.0
- See Also:
AbstractPlot
-
getAllowedDatasets
public java.util.List getAllowedDatasets(Chart2 chart)
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:
Chart2
-
-