public class AreaStyle extends ChartStyle
AreaPlot
.AREA2D_PERCENT
,
AREA2D_STACKED
,
AREA3D_PERCENT
,
AREA3D_STACKED
,
Serialized FormModifier and Type | Field and Description |
---|---|
static AreaStyle |
AREA2D_PERCENT
This is a 2D area style with percent values.
|
static AreaStyle |
AREA2D_STACKED
This is a 2D area style with stacked values.
|
static AreaStyle |
AREA3D_PERCENT
This is a 3D area style with percent values.
|
static AreaStyle |
AREA3D_STACKED
This is a 3D area style with stacked values.
|
Modifier and Type | Method and 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 area plot and initializes the plot with default settings.
|
boolean |
isPercentArea()
Returns this is a 2D or 3D percent area style.
|
boolean |
isStackedArea()
Returns this is a 2D or 3D stacked area style.
|
public static final AreaStyle AREA2D_STACKED
public static final AreaStyle AREA2D_PERCENT
public static final AreaStyle AREA3D_STACKED
public static final AreaStyle AREA3D_PERCENT
public boolean equals(java.lang.Object obj)
public AbstractPlot getDefaultPlot()
getDefaultPlot
in class ChartStyle
AreaPlot
.AbstractPlot
public java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets
in class ChartStyle
chart
- the chartChart2
public boolean isPercentArea()
public boolean isStackedArea()
Copyright © 1999-2020 by i-net software GmbH