|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.AreaStyle
public class AreaStyle
This class defines the different styles for the area chart.
This style belongs to the plot AreaPlot.
AREA2D_PERCENT,
AREA2D_STACKED,
AREA3D_PERCENT,
AREA3D_STACKED,
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.inet.report.chart.plot.ChartStyle |
|---|
hashCode, toString |
| Field Detail |
|---|
public static final AreaStyle AREA2D_STACKED
public static final AreaStyle AREA2D_PERCENT
public static final AreaStyle AREA3D_STACKED
public static final AreaStyle AREA3D_PERCENT
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ChartStylepublic AbstractPlot getDefaultPlot()
getDefaultPlot in class ChartStyleAreaPlot.AbstractPlotpublic java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets in class ChartStylechart - the chart
Chart2public boolean isPercentArea()
public boolean isStackedArea()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||