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:
java.io.Serializable
public class ContinuousAreaStyle extends com.inet.report.chart.plot.ContinuousStyleThis class defines the different styles of the continuous area chart. This style belongs to the plotContinuousAreaPlot.- Since:
- 8.0
- See Also:
AREA_NUMBER,AREA_DATE, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ContinuousAreaStyleAREA_DATEThis is a area style with date values on the category axis.static ContinuousAreaStyleAREA_NUMBERThis is a area style with number values on the category axis.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.ListgetAllowedDatasets(Chart2 chart)Returns the list of dataset supported by this chart style.AbstractPlotgetDefaultPlot()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 Detail
-
AREA_NUMBER
public static final ContinuousAreaStyle AREA_NUMBER
This is a area style with number values on the category axis.
-
AREA_DATE
public static final ContinuousAreaStyle AREA_DATE
This is a area style with date values on the category axis.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classChartStyle
-
getDefaultPlot
public AbstractPlot getDefaultPlot()
Creates a new continuous area plot and initializes the plot with default settings.- Specified by:
getDefaultPlotin classcom.inet.report.chart.plot.ContinuousStyle- Returns:
- the plot of type
ContinuousAreaPlot. - Since:
- 8.0
- See Also:
AbstractPlot
-
-