Klasse ContinuousAreaStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.ContinuousStyle
com.inet.report.chart.plot.ContinuousAreaStyle
- Alle implementierten Schnittstellen:
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.- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final ContinuousAreaStyleThis is a area style with date values on the category axis.static final ContinuousAreaStyleThis is a area style with number values on the category axis. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetAllowedDatasets(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.Von Klasse geerbte Methoden com.inet.report.chart.plot.ContinuousStyle
getDefaultAxis, isDate, isNumberVon Klasse geerbte Methoden ChartStyle
hashCode, toString
-
Felddetails
-
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.
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChartStyle
-
getDefaultPlot
Creates a new continuous area plot and initializes the plot with default settings.- Angegeben von:
getDefaultPlotin Klassecom.inet.report.chart.plot.ContinuousStyle- Gibt zurück:
- the plot of type
ContinuousAreaPlot. - Seit:
- 8.0
- Siehe auch:
-
getAllowedDatasets
-