public class SimpleXYZModel extends SimpleXYModel implements XYZModel
XYZModel.
A XYZ model is an N series of (X, Y, Z) data objects .XYModel,
Chart,
Serialized FormSimpleXYModel.XYPair_seriesList, _seriesMap_listeners| Constructor and Description |
|---|
SimpleXYZModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Comparable<?> series,
Number x,
Number y)
Not supported since we need not only x, y, but also z information.
|
void |
addValue(Comparable<?> series,
Number x,
Number y,
int index)
Not supported since we need not only x, y, but also z information.
|
void |
addValue(Comparable<?> series,
Number x,
Number y,
Number z)
Append an (x,y,z) into a series.
|
void |
addValue(Comparable<?> series,
Number x,
Number y,
Number z,
int index)
Add an (x,y,z) into a series at the specified index.
|
Number |
getZ(Comparable<?> series,
int index)
Get Z value of a specified series and data index.
|
void |
removeValue(Comparable<?> series,
int index)
Remove (x,y) value of a specified series and data index.
|
void |
setValue(Comparable<?> series,
Number x,
Number y,
int index)
Not supported since we need not only x, y, but also z information.
|
void |
setValue(Comparable<?> series,
Number x,
Number y,
Number z,
int index)
Replace an (x,y,z) into a series at the specified index.
|
clear, clone, getDataCount, getSeries, getSeries, getX, getY, isAutoSort, removeSeries, setAutoSortaddChartDataListener, fireEvent, fireEvent, removeChartDataListenerequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, getDataCount, getSeries, getSeries, getX, getY, isAutoSort, removeSeries, setAutoSortaddChartDataListener, removeChartDataListenerpublic void addValue(Comparable<?> series, Number x, Number y)
addValue in interface XYModeladdValue in class SimpleXYModelseries - the series.x - the x value.y - the y value.public void addValue(Comparable<?> series, Number x, Number y, int index)
addValue in interface XYModeladdValue in class SimpleXYModelseries - the series.x - the x value.y - the y value.index - the data index.public void setValue(Comparable<?> series, Number x, Number y, int index)
setValue in interface XYModelsetValue in class SimpleXYModelseries - the seriesx - the x valuey - the y valueindex - the data indexpublic Number getZ(Comparable<?> series, int index)
XYZModelpublic void addValue(Comparable<?> series, Number x, Number y, Number z)
XYZModelpublic void setValue(Comparable<?> series, Number x, Number y, Number z, int index)
XYZModelpublic void addValue(Comparable<?> series, Number x, Number y, Number z, int index)
XYZModelpublic void removeValue(Comparable<?> series, int index)
XYModelremoveValue in interface XYModelremoveValue in class SimpleXYModelseries - the series.index - the data index.Copyright © 2015. All rights reserved.