public class JRBaseTimeSeriesDataset extends JRBaseChartDataset implements JRTimeSeriesDataset, JRChangeEventsSupport
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_TIME_PERIOD |
datasetRun, incrementGroup, incrementTypeValue, incrementWhenExpression, resetGroup, resetTypeValueCATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET| Modifier | Constructor and Description |
|---|---|
protected |
JRBaseTimeSeriesDataset(JRTimeSeriesDataset dataset) |
|
JRBaseTimeSeriesDataset(JRTimeSeriesDataset dataset,
JRBaseObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
void |
collectExpressions(JRExpressionCollector collector) |
byte |
getDatasetType()
Gets the dataset type.
|
JRPropertyChangeSupport |
getEventSupport()
Returns the property change support object for this instance.
|
JRTimeSeries[] |
getSeries() |
java.lang.Class<?> |
getTimePeriod() |
void |
setTimePeriod(java.lang.Class<?> timePeriod) |
void |
validate(JRVerifier verifier)
Validates the dataset using a verifier.
|
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValueequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValuepublic static final java.lang.String PROPERTY_TIME_PERIOD
protected JRBaseTimeSeriesDataset(JRTimeSeriesDataset dataset)
public JRBaseTimeSeriesDataset(JRTimeSeriesDataset dataset, JRBaseObjectFactory factory)
public JRTimeSeries[] getSeries()
getSeries in interface JRTimeSeriesDatasetJRTimeSeries objects representing the
series for the Time Series chartJRTimeSeriespublic java.lang.Class<?> getTimePeriod()
getTimePeriod in interface JRTimeSeriesDatasetTimePeriodEnumpublic void setTimePeriod(java.lang.Class<?> timePeriod)
setTimePeriod in interface JRTimeSeriesDatasettimePeriod - the time period associated with
days, months, years, or other predefined time periods.TimePeriodEnumpublic byte getDatasetType()
JRChartDatasetgetDatasetType in interface JRChartDatasetpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRElementDatasetcollectExpressions in class JRBaseElementDatasetpublic void validate(JRVerifier verifier)
JRChartDatasetBroken rules are collected by the verifier.
validate in interface JRChartDatasetverifier - the verifier to use for validationpublic java.lang.Object clone()
clone in interface JRCloneableclone in class JRBaseElementDatasetpublic JRPropertyChangeSupport getEventSupport()
JRChangeEventsSupportgetEventSupport in interface JRChangeEventsSupport© 2001-2010 Jaspersoft Corporation www.jaspersoft.com