|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRChartDataset
Datasets are used to represent the actual data needed to generate a chart. The dataset structure may vary with each chart type. This is the superinterface for all datasets and contains common dataset properties.
| Field Summary | |
|---|---|
static byte |
CATEGORY_DATASET
|
static byte |
HIGHLOW_DATASET
|
static byte |
PIE_DATASET
|
static byte |
TIMEPERIOD_DATASET
|
static byte |
TIMESERIES_DATASET
|
static byte |
XY_DATASET
|
static byte |
XYZ_DATASET
|
| Method Summary | |
|---|---|
void |
collectExpressions(JRExpressionCollector collector)
|
byte |
getDatasetType()
Gets the dataset type. |
JRGroup |
getIncrementGroup()
Gets the selected increment group in case of increment type group. |
byte |
getIncrementType()
Returns the increment type. |
JRGroup |
getResetGroup()
Gets the selected reset group in case of reset type group. |
byte |
getResetType()
Gets the reset type. |
| Field Detail |
|---|
static final byte PIE_DATASET
static final byte CATEGORY_DATASET
static final byte XY_DATASET
static final byte XYZ_DATASET
static final byte TIMEPERIOD_DATASET
static final byte TIMESERIES_DATASET
static final byte HIGHLOW_DATASET
| Method Detail |
|---|
byte getResetType()
JRVariableJRGroup getResetGroup()
byte getIncrementType()
JRVariable, since the increment type uses the same
constants as the reset type.JRGroup getIncrementGroup()
byte getDatasetType()
void collectExpressions(JRExpressionCollector collector)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||