Package com.inet.report.chart.plot
Class ContinuousAreaStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.ContinuousStyle
com.inet.report.chart.plot.ContinuousAreaStyle
- All Implemented Interfaces:
Serializable
public class ContinuousAreaStyle
extends com.inet.report.chart.plot.ContinuousStyle
This class defines the different styles of the continuous area chart.
This style belongs to the plot
ContinuousAreaPlot
.- Since:
- 8.0
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ContinuousAreaStyle
This is a area style with date values on the category axis.static final ContinuousAreaStyle
This is a area style with number values on the category axis. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAllowedDatasets
(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new continuous area plot and initializes the plot with default settings.Methods inherited from class com.inet.report.chart.plot.ContinuousStyle
getDefaultAxis, isDate, isNumber
Methods inherited from class com.inet.report.chart.plot.ChartStyle
hashCode, toString
-
Field Details
-
AREA_NUMBER
This is a area style with number values on the category axis. -
AREA_DATE
This is a area style with date values on the category axis.
-
-
Method Details
-
equals
- Overrides:
equals
in classChartStyle
-
getDefaultPlot
Creates a new continuous area plot and initializes the plot with default settings.- Specified by:
getDefaultPlot
in classcom.inet.report.chart.plot.ContinuousStyle
- Returns:
- the plot of type
ContinuousAreaPlot
. - Since:
- 8.0
- See Also:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Specified by:
getAllowedDatasets
in classcom.inet.report.chart.plot.ContinuousStyle
- Parameters:
chart
- the chart- Returns:
- the list of datasets.
- See Also:
-