public interface DataSet3D extends DataSet
DataSet extension used to represent 3-dimensional data points.| Modifier and Type | Method and Description |
|---|---|
int |
getXDataCount()
Returns number of X coordinates.
|
int |
getYDataCount()
Returns number of Y coordinates.
|
double |
getZ(int xIndex,
int yIndex)
Returns Z coordinate for the specified data point.
|
DataRange |
getZRange()
Returns data range of Z values.
|
void |
set(int xIndex,
int yIndex,
double x,
double y,
double z)
Changes a data point at specified index to new values.
|
getDataCount, getDataCount, getDataLabel, getName, getStyle, getStyle, getUndefValue, getValue, getX, getXIndex, getXMax, getXMin, getXValues, getY, getYIndex, getYMax, getYMin, getYValues, isAutoNotification, lock, setAutoNotifaction, setStyle, unlockaddListener, invokeListener, invokeListener, removeListener, updateEventListenerdouble getZ(int xIndex,
int yIndex)
xIndex - index of X coordinateyIndex - index of Y coordinateDataRange getZRange()
void set(int xIndex,
int yIndex,
double x,
double y,
double z)
xIndex - the x-axis coordinate index of the data point to be changedyIndex - the y-axis coordinate index of the data point to be changedx - X coordinatey - Y coordinatez - value on the z-axisint getXDataCount()
int getYDataCount()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.