protected static class GralCurveView.DataOrganisation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bWrappedInBuffer
Set to true if the data are wrapped in the buffer.
|
int |
ixDataEndAutoSave
Index in the
GralCurveView.Track.values where the last auto write was done. |
int |
ixDataEndSave |
int |
ixDataStartAutoSave
Index in the
GralCurveView.Track.values where the last auto write was done. |
int |
ixDataStartSave |
protected int |
zPixelDataShown
The number of array elements which are used in
#ixDataShown for the current view. |
Modifier | Constructor and Description |
---|---|
protected |
DataOrganisation() |
public int ixDataStartAutoSave
GralCurveView.Track.values
where the last auto write was done.
See GralCurveView.timeInitAutoSave()
.public int ixDataEndAutoSave
GralCurveView.Track.values
where the last auto write was done.
See GralCurveView.timeInitAutoSave()
.public int ixDataStartSave
public int ixDataEndSave
protected int zPixelDataShown
#ixDataShown
for the current view.
Either the display size is less, then this is less then 2000. It is the usual case.
Or the number of available data are less, the it is lesser than the pixel size of the curve.boolean bWrappedInBuffer
protected DataOrganisation()