X
- type of X valuesY
- type of Y valuespublic interface ChartData<X extends Number,Y extends Number> extends Observable
DataReducingObservableList
.Modifier and Type | Method and Description |
---|---|
XYChart.Data<X,Y> |
get(int index)
Returns data element at specified position.
|
double |
getXAsDouble(int index)
Returns the X coordinate of the data at specified position.
|
double |
getYAsDouble(int index)
Returns the Y coordinate of the data at specified position.
|
int |
size()
Returns the number of
XYChart.Data elements. |
addListener, removeListener
int size()
XYChart.Data
elements.double getXAsDouble(int index)
index
- index of the X coordinate to be returneddouble getYAsDouble(int index)
index
- index of the Y coordinate to be returnedXYChart.Data<X,Y> get(int index)
index
- element index, between 0 and size
- 1Copyright © 2019 CERN. All rights reserved.