| Package | Description |
|---|---|
| com.orsoncharts.data.xyz |
Datasets that can be used by the
XYZPlot
class. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XYZDataItem> |
XYZSeries.getItems()
Returns a list containing all the items for the dataset (a new list
is created each time this method is called, so the list can be freely
modified without affecting the state of this series).
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYZSeries.add(XYZDataItem item)
Adds a new data item to the series and sends a
Series3DChangeEvent to all registered listeners. |