|
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.ContinuousStyle
com.inet.report.chart.plot.ContinuousAreaStyle
public class ContinuousAreaStyle
This class defines the different styles of the continuous area chart.
This style belongs to the plot ContinuousAreaPlot.
AREA_NUMBER,
AREA_DATE,
Serialized Form| Field Summary | |
|---|---|
static ContinuousAreaStyle |
AREA_DATE
This is a area style with date values on the category axis. |
static ContinuousAreaStyle |
AREA_NUMBER
This is a area style with number values on the category axis. |
| 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 continuous area plot and initializes the plot with default settings. |
| Methods inherited from class com.inet.report.chart.plot.ChartStyle |
|---|
hashCode, toString |
| Field Detail |
|---|
public static final ContinuousAreaStyle AREA_NUMBER
public static final ContinuousAreaStyle AREA_DATE
| Method Detail |
|---|
public boolean equals(java.lang.Object obj)
equals in class ChartStylepublic AbstractPlot getDefaultPlot()
getDefaultPlot in class com.inet.report.chart.plot.ContinuousStyleContinuousAreaPlot.AbstractPlotpublic java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets in class com.inet.report.chart.plot.ContinuousStylechart - the chart
Chart2
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||