public interface BaseDataset
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TOKEN_DATASET
XML token for a dataset element.
|
Modifier and Type | Method and Description |
---|---|
Chart2 |
getChart()
Returns the parent chart of this dataset.
|
SummaryField |
getDataField(java.lang.String name)
Returns the summary field with the specified name or
null
if the summary field with this name not found in the list. |
java.util.List |
getDataFields()
Returns the data fields of this dataset as list.
|
com.inet.report.chart.dataset.LabelProvider |
getLabelProvider()
Returns the LabelProvider responsible for providing the title, footnote, and axis labels
|
java.lang.String |
verify(ChartStyle style)
Verifies the group and sum properties of current dataset.
|
static final java.lang.String TOKEN_DATASET
com.inet.report.chart.dataset.LabelProvider getLabelProvider()
SummaryField getDataField(java.lang.String name)
null
if the summary field with this name not found in the list.
Testing for equality using the case sensitive equals method.name
- the searched name of summary field (null
not permitted)null
.java.lang.IllegalArgumentException
- if name is null
.getDataFields()
java.util.List getDataFields()
getDataField(String)
Chart2 getChart()
java.lang.String verify(ChartStyle style)
style
- the chart styleCopyright © 1999-2020 by i-net software GmbH