public static class TransposedDataSet.TransposedDataSet3D extends TransposedDataSet implements DataSet3D
TransposedDataSet.TransposedDataSet3DdataSet, permutation| Modifier and Type | Method and Description |
|---|---|
double |
get(int dimIndex,
int index)
Gets the x value of the data point with the index i
|
int |
getDataCount()
Get the number of data points in the data set.
|
int |
getXIndex(double x)
Gets the index of the data point closest to the given x coordinate.
|
int |
getYIndex(double y)
Gets the first index of the data point closest to the given y coordinate.
|
double |
getZ(int xIndex,
int yIndex)
Returns Z coordinate for the specified data point.
|
void |
setPermutation(int[] permutation) |
autoNotification, getAxisDescription, getAxisDescriptions, getDataCount, getDataLabel, getDimension, getIndex, getName, getPermutation, getStyle, getStyle, getValue, getValues, isTransposed, lock, permute, recomputeLimits, setStyle, setTransposed, transpose, transpose, updateEventListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDimensiongetValue, getValue, getX, getXValues, getY, getYValuesgetAxisDescription, getAxisDescriptions, getDataCount, getDataLabel, getIndex, getName, getStyle, getStyle, getValues, lock, recomputeLimits, setStyleaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerpublic int getDataCount()
DataSetgetDataCount in interface DataSetpublic int getXIndex(double x)
DataSet2Dpublic int getYIndex(double y)
DataSet2Dpublic double getZ(int xIndex,
int yIndex)
DataSet3Dpublic double get(int dimIndex,
int index)
DataSetget in interface DataSetget in class TransposedDataSetdimIndex - the dimension index (ie. '0' equals 'X', '1' equals 'Y')index - data point indexpublic void setPermutation(int[] permutation)
setPermutation in class TransposedDataSetCopyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.