|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VectorSeries | |
|---|---|
| org.jfree.data.xy | A package containing the XYDataset interface and related classes. |
| Uses of VectorSeries in org.jfree.data.xy |
|---|
| Methods in org.jfree.data.xy that return VectorSeries | |
|---|---|
VectorSeries |
VectorSeriesCollection.getSeries(int series)
Returns a series from the collection. |
| Methods in org.jfree.data.xy with parameters of type VectorSeries | |
|---|---|
void |
VectorSeriesCollection.addSeries(VectorSeries series)
Adds a series to the collection and sends a DatasetChangeEvent
to all registered listeners. |
int |
VectorSeriesCollection.indexOf(VectorSeries series)
Returns the index of the specified series, or -1 if that series is not present in the dataset. |
boolean |
VectorSeriesCollection.removeSeries(VectorSeries series)
Removes the specified series from the collection and sends a DatasetChangeEvent to all registered listeners. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||