public class JRDesignGanttDataset extends JRDesignChartDataset implements JRGanttDataset
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_GANTT_SERIES |
PROPERTY_DATASET_RUN, PROPERTY_INCREMENT_GROUP, PROPERTY_INCREMENT_TYPE, PROPERTY_INCREMENT_WHEN_EXPRESSION, PROPERTY_RESET_GROUP, PROPERTY_RESET_TYPEdatasetRun, incrementGroup, incrementTypeValue, incrementWhenExpression, resetGroup, resetTypeValueCATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET| Constructor and Description |
|---|
JRDesignGanttDataset(JRChartDataset dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGanttSeries(int index,
JRGanttSeries ganttSeries) |
void |
addGanttSeries(JRGanttSeries ganttSeries) |
void |
collectExpressions(JRExpressionCollector collector) |
byte |
getDatasetType()
Gets the dataset type.
|
JRGanttSeries[] |
getSeries() |
java.util.List<JRGanttSeries> |
getSeriesList() |
JRGanttSeries |
removeGanttSeries(JRGanttSeries ganttSeries) |
void |
validate(JRVerifier verifier)
Validates the dataset using a verifier.
|
clone, getEventSupport, setDatasetRun, setIncrementGroup, setIncrementType, setIncrementWhenExpression, setResetGroup, setResetTypegetDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValueequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValueclonepublic static final java.lang.String PROPERTY_GANTT_SERIES
public JRDesignGanttDataset(JRChartDataset dataset)
public JRGanttSeries[] getSeries()
getSeries in interface JRGanttDatasetJRGanttSeries objects representing the
series for the Gantt chartJRGanttSeriespublic java.util.List<JRGanttSeries> getSeriesList()
public void addGanttSeries(JRGanttSeries ganttSeries)
public void addGanttSeries(int index,
JRGanttSeries ganttSeries)
public JRGanttSeries removeGanttSeries(JRGanttSeries ganttSeries)
public byte getDatasetType()
JRChartDatasetgetDatasetType in interface JRChartDatasetgetDatasetType in class JRDesignChartDatasetpublic 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 validation© 2001-2010 Jaspersoft Corporation www.jaspersoft.com