| java.lang.Object | |
| ↳ | org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet |
A dataset to hold the interpolated points when drawing new lines.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delegateSet | The delegate dataset. | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new dataset.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Does nothing.
| |||||||||||
Returns the order of the domain (X) values.
| |||||||||||
Returns the dataset group.
| |||||||||||
Returns the number of items for the given series.
| |||||||||||
Returns the number of series in the dataset.
| |||||||||||
Returns the name of the given series.
| |||||||||||
Returns the x-value.
| |||||||||||
Returns the x-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the y-value.
| |||||||||||
Returns the y-value (as a double primitive) for an item within a
series.
| |||||||||||
Returns the index of the named series, or -1.
| |||||||||||
Does nothing.
| |||||||||||
Does nothing.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.jfree.data.general.Dataset
| |||||||||||
From interface
org.jfree.data.general.SeriesDataset
| |||||||||||
From interface
org.jfree.data.xy.XYDataset
| |||||||||||
Creates a new dataset.
| x | the x values. |
|---|---|
| y | the y values. |
| delegateSet | the dataset. |
Does nothing.
| listener | ignored. |
|---|
Returns the order of the domain (X) values.
Returns the number of items for the given series.
| series | the series index (zero-based). |
|---|
Returns the number of series in the dataset.
Returns the name of the given series.
| series | the series index (zero-based). |
|---|
Returns the x-value.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the x-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 y-value.
| series | the series index (zero-based). |
|---|---|
| item | the item index (zero-based). |
Returns the 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 index of the named series, or -1.
| seriesName | the series name. |
|---|
Does nothing.
| listener | ignored. |
|---|