public class JRBaseTimePeriodDataset extends JRBaseChartDataset implements JRTimePeriodDataset
datasetRun, incrementGroup, incrementTypeValue, incrementWhenExpression, resetGroup, resetTypeValue
CATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET
Modifier | Constructor and Description |
---|---|
protected |
JRBaseTimePeriodDataset(JRTimePeriodDataset dataset) |
|
JRBaseTimePeriodDataset(JRTimePeriodDataset dataset,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
void |
collectExpressions(JRExpressionCollector collector) |
byte |
getDatasetType()
Gets the dataset type.
|
JRTimePeriodSeries[] |
getSeries() |
void |
validate(JRVerifier verifier)
Validates the dataset using a verifier.
|
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
protected JRBaseTimePeriodDataset(JRTimePeriodDataset dataset)
public JRBaseTimePeriodDataset(JRTimePeriodDataset dataset, JRBaseObjectFactory factory)
public JRTimePeriodSeries[] getSeries()
getSeries
in interface JRTimePeriodDataset
JRTimePeriodSeries
objects representing the
series for the Time Period chartJRTimePeriodSeries
public byte getDatasetType()
JRChartDataset
getDatasetType
in interface JRChartDataset
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRElementDataset
collectExpressions
in class JRBaseElementDataset
public void validate(JRVerifier verifier)
JRChartDataset
Broken rules are collected by the verifier.
validate
in interface JRChartDataset
verifier
- the verifier to use for validationpublic Object clone()
clone
in interface JRCloneable
clone
in class JRBaseElementDataset
Copyright © 2017. All rights reserved.