java.lang.Object | ||
↳ | org.jfree.data.general.AbstractDataset | |
↳ | org.jfree.data.statistics.DefaultStatisticalCategoryDataset |
A convenience class that provides a default implementation of the
StatisticalCategoryDataset
interface.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new dataset.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a mean and standard deviation to the table.
| |||||||||||
Adds a mean and standard deviation to the table.
| |||||||||||
Clears all data from the dataset and sends a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Returns a clone of this dataset.
| |||||||||||
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the number of columns in the table.
| |||||||||||
Returns the column index for a given key.
| |||||||||||
Returns a column key.
| |||||||||||
Returns the column keys.
| |||||||||||
Returns the mean value for an item.
| |||||||||||
Returns the mean value for an item.
| |||||||||||
Returns the range of the values in this dataset's range.
| |||||||||||
Returns the minimum y-value in the dataset.
| |||||||||||
Returns the maximum y-value in the dataset.
| |||||||||||
Returns the number of rows in the table.
| |||||||||||
Returns the row index for a given key.
| |||||||||||
Returns a row key.
| |||||||||||
Returns the row keys.
| |||||||||||
Returns the standard deviation value for an item.
| |||||||||||
Returns the standard deviation value for an item.
| |||||||||||
Returns the value for an item (for this dataset, the mean value is
returned).
| |||||||||||
Returns the value for an item (for this dataset, the mean value is
returned).
| |||||||||||
Removes an item from the dataset and sends a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Removes a column from the dataset and sends a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Removes a column from the dataset and sends a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Removes a row from the dataset and sends a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Removes a row from the dataset and sends a
DatasetChangeEvent
to all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new dataset.
Adds a mean and standard deviation to the table.
mean | the mean. |
---|---|
standardDeviation | the standard deviation. |
rowKey | the row key. |
columnKey | the column key. |
Adds a mean and standard deviation to the table.
mean | the mean. |
---|---|
standardDeviation | the standard deviation. |
rowKey | the row key. |
columnKey | the column key. |
Clears all data from the dataset and sends a DatasetChangeEvent
to all registered listeners.
Returns a clone of this dataset.
CloneNotSupportedException | if cloning cannot be completed. |
---|
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the column index for a given key.
key | the column key (null not permitted). |
---|
Returns a column key.
column | the column index (zero-based). |
---|
Returns the mean value for an item.
rowKey | the row key. |
---|---|
columnKey | the columnKey. |
null
).
Returns the mean value for an item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
null
).
Returns the range of the values in this dataset's range.
includeInterval | a flag that determines whether or not the y-interval is taken into account. |
---|
Returns the minimum y-value in the dataset.
includeInterval | a flag that determines whether or not the y-interval is taken into account. |
---|
Returns the maximum y-value in the dataset.
includeInterval | a flag that determines whether or not the y-interval is taken into account. |
---|
Returns the row index for a given key.
key | the row key (null not permitted). |
---|
Returns a row key.
row | the row index (zero-based). |
---|
Returns the standard deviation value for an item.
rowKey | the row key. |
---|---|
columnKey | the columnKey. |
null
).
Returns the standard deviation value for an item.
row | the row index (zero-based). |
---|---|
column | the column index (zero-based). |
null
).
Returns the value for an item (for this dataset, the mean value is returned).
row | the row index. |
---|---|
column | the column index. |
null
).
Returns the value for an item (for this dataset, the mean value is returned).
rowKey | the row key. |
---|---|
columnKey | the columnKey. |
null
).
Removes an item from the dataset and sends a DatasetChangeEvent
to all registered listeners.
rowKey | the row key (null not permitted). |
---|---|
columnKey | the column key (null not permitted). |
Removes a column from the dataset and sends a DatasetChangeEvent
to all registered listeners.
columnKey | the column key (null not permitted). |
---|
Removes a column from the dataset and sends a DatasetChangeEvent
to all registered listeners.
columnIndex | the column index. |
---|
Removes a row from the dataset and sends a DatasetChangeEvent
to all registered listeners.
rowIndex | the row index. |
---|
Removes a row from the dataset and sends a DatasetChangeEvent
to all registered listeners.
rowKey | the row key (null not permitted). |
---|