java.lang.Object | |||||
↳ | org.jfree.data.general.AbstractDataset | ||||
↳ | org.jfree.data.general.AbstractSeriesDataset | ||||
↳ | org.jfree.data.xy.AbstractXYDataset | ||||
↳ | org.jfree.data.xy.AbstractIntervalXYDataset | ||||
↳ | org.jfree.data.xy.YIntervalSeriesCollection |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new instance of
YIntervalSeriesCollection . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a series to the collection and sends a
DatasetChangeEvent
to all registered listeners. | |||||||||||
Returns a clone of this instance.
| |||||||||||
Tests this instance for equality with an arbitrary object.
| |||||||||||
Returns the end x-value for an item within a series.
| |||||||||||
Returns the end y-value for an item within a series.
| |||||||||||
Returns the end y-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the number of items in the specified series.
| |||||||||||
Returns a series from the collection.
| |||||||||||
Returns the number of series in the collection.
| |||||||||||
Returns the key for a series.
| |||||||||||
Returns the start x-value for an item within a series.
| |||||||||||
Returns the start y-value for an item within a series.
| |||||||||||
Returns the start y-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the x-value for an item within a series.
| |||||||||||
Returns the y-value for an item within a series.
| |||||||||||
Returns the y-value (as a double primitive) for an item within a
series.
| |||||||||||
Removes all the series from the collection and sends a
DatasetChangeEvent to all registered listeners. | |||||||||||
Removes a series from the collection and sends a
DatasetChangeEvent to all registered listeners. | |||||||||||
Removes a series from the collection and sends a
DatasetChangeEvent to all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new instance of YIntervalSeriesCollection
.
Adds a series to the collection and sends a DatasetChangeEvent
to all registered listeners.
series | the series (null not permitted).
|
---|
Returns a clone of this instance.
CloneNotSupportedException | if there is a problem. |
---|
Tests this instance for equality with an arbitrary object.
obj | the object (null permitted). |
---|
Returns the end x-value for an item within a series. This method
maps directly to getX(int, int)
.
series | the series index. |
---|---|
item | the item index. |
Returns the end y-value for an item within a series.
series | the series index. |
---|---|
item | the item index. |
Returns the end y-value (as a double primitive) for an item within a series.
series | the series (zero-based index). |
---|---|
item | the item (zero-based index). |
Returns the number of items in the specified series.
series | the series (zero-based index). |
---|
IllegalArgumentException | if series is not in the
range 0 to getSeriesCount() - 1 .
|
---|
Returns a series from the collection.
series | the series index (zero-based). |
---|
IllegalArgumentException | if series is not in the
range 0 to getSeriesCount() - 1 .
|
---|
Returns the number of series in the collection.
Returns the key for a series.
series | the series index (in the range 0 to
getSeriesCount() - 1 ). |
---|
IllegalArgumentException | if series is not in the
specified range.
|
---|
Returns the start x-value for an item within a series. This method
maps directly to getX(int, int)
.
series | the series index. |
---|---|
item | the item index. |
Returns the start y-value for an item within a series.
series | the series index. |
---|---|
item | the item index. |
Returns the start y-value (as a double primitive) for an item within a series.
series | the series index (zero-based). |
---|---|
item | the item index (zero-based). |
Returns the x-value for an item within a series.
series | the series index. |
---|---|
item | the item index. |
Returns the y-value for an item within a series.
series | the series index. |
---|---|
item | the item index. |
Returns the y-value (as a double primitive) for an item within a series.
series | the series index (zero-based). |
---|---|
item | the item index (zero-based). |
Removes all the series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
Removes a series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
series | the series (null not permitted). |
---|
Removes a series from the collection and sends a
DatasetChangeEvent
to all registered listeners.
series | the series index (zero-based). |
---|