| java.lang.Object | ||
| ↳ | org.jfree.data.general.AbstractDataset | |
| ↳ | org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset | |
A convenience class that provides a default implementation of the
BoxAndWhiskerCategoryDataset interface.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| data | Storage for the data. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new dataset.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a list of values relating to one Box and Whisker entity to the
table.
| |||||||||||
Adds a list of values relating to one box-and-whisker entity 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 dataset 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.
| |||||||||||
Return an item from within the dataset.
| |||||||||||
Returns the maximum outlier (non farout) value for an item.
| |||||||||||
Returns the maximum outlier (non farout) value for an item.
| |||||||||||
Returns the maximum regular (non outlier) value for an item.
| |||||||||||
Returns the maximum regular (non outlier) value for an item.
| |||||||||||
Returns the mean value for an item.
| |||||||||||
Returns the mean value for an item.
| |||||||||||
Returns the median value for an item.
| |||||||||||
Returns the median value for an item.
| |||||||||||
Returns the minimum outlier (non farout) value for an item.
| |||||||||||
Returns the minimum outlier (non farout) value for an item.
| |||||||||||
Returns the minimum regular (non outlier) value for an item.
| |||||||||||
Returns the minimum regular (non outlier) value for an item.
| |||||||||||
Returns a list of outlier values for an item.
| |||||||||||
Returns a list of outlier values for an item.
| |||||||||||
Returns the first quartile value.
| |||||||||||
Returns the first quartile value.
| |||||||||||
Returns the third quartile value.
| |||||||||||
Returns the third quartile value.
| |||||||||||
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 value for an item.
| |||||||||||
Returns the value for an item.
| |||||||||||
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.data.general.AbstractDataset
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.io.ObjectInputValidation
| |||||||||||
From interface
org.jfree.data.KeyedValues2D
| |||||||||||
From interface
org.jfree.data.RangeInfo
| |||||||||||
From interface
org.jfree.data.Values2D
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
From interface
org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
| |||||||||||
Creates a new dataset.
Adds a list of values relating to one Box and Whisker entity to the table. The various median values are calculated.
| item | a box and whisker item (null not permitted). |
|---|---|
| rowKey | the row key (null not permitted). |
| columnKey | the column key (null not permitted). |
Adds a list of values relating to one box-and-whisker entity to the table. The various median values are calculated.
| list | a collection of values from which the various medians will be calculated. |
|---|---|
| rowKey | the row key (null not permitted). |
| columnKey | the column key (null not permitted). |
Clears all data from the dataset and sends a DatasetChangeEvent
to all registered listeners.
Returns a clone of this dataset.
| CloneNotSupportedException | if cloning is not possible. |
|---|
Tests this dataset for equality with an arbitrary object.
| obj | the object to test against (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). |
|---|
Return an item from within the dataset.
| row | the row index. |
|---|---|
| column | the column index. |
Returns the maximum outlier (non farout) value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the maximum outlier (non farout) value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns the maximum regular (non outlier) value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns the maximum regular (non outlier) value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the mean value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns the mean value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the median value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the median value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
Returns the minimum outlier (non farout) value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the minimum outlier (non farout) value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns the minimum regular (non outlier) value for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the minimum regular (non outlier) value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns a list of outlier values for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns a list of outlier values for an item.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the first quartile value.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the first quartile value.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
Returns the third quartile value.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
Returns the third quartile value.
| rowKey | the row key. |
|---|---|
| columnKey | the column key. |
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 value for an item.
| row | the row index. |
|---|---|
| column | the column index. |
Returns the value for an item.
| rowKey | the row key. |
|---|---|
| columnKey | the columnKey. |
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. |
|---|
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. |
|---|