Klasse AreaStyle
java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.AreaStyle
- Alle implementierten Schnittstellen:
Serializable
This class defines the different styles for the area chart.
This style belongs to the plot
AreaPlot.- Seit:
- 8.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final AreaStyleThis is a 2D area style with percent values.static final AreaStyleThis is a 2D area style with stacked values.static final AreaStyleThis is a 3D area style with percent values.static final AreaStyleThis is a 3D area style with stacked values. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleangetAllowedDatasets(Chart2 chart) Returns the list of dataset supported by this chart style.Creates a new area plot and initializes the plot with default settings.booleanReturns this is a 2D or 3D percent area style.booleanReturns this is a 2D or 3D stacked area style.Von Klasse geerbte Methoden ChartStyle
hashCode, toString
-
Felddetails
-
AREA2D_STACKED
This is a 2D area style with stacked values. -
AREA2D_PERCENT
This is a 2D area style with percent values. -
AREA3D_STACKED
This is a 3D area style with stacked values. -
AREA3D_PERCENT
This is a 3D area style with percent values.
-
-
Methodendetails
-
equals
- Setzt außer Kraft:
equalsin KlasseChartStyle
-
getDefaultPlot
Creates a new area plot and initializes the plot with default settings.- Angegeben von:
getDefaultPlotin KlasseChartStyle- Gibt zurück:
- the plot of type
AreaPlot. - Seit:
- 8.0
- Siehe auch:
-
getAllowedDatasets
Returns the list of dataset supported by this chart style.- Angegeben von:
getAllowedDatasetsin KlasseChartStyle- Parameter:
chart- the chart- Gibt zurück:
- the list of datasets.
- Siehe auch:
-
isPercentArea
public boolean isPercentArea()Returns this is a 2D or 3D percent area style.- Gibt zurück:
- is a percent style.
- Seit:
- 8.0
-
isStackedArea
public boolean isStackedArea()Returns this is a 2D or 3D stacked area style.- Gibt zurück:
- is a stacked style.
- Seit:
- 8.0
-