protected static class GralCurveView.DataOrganisation extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 ixDataEndAutoSave
GralCurveView.Track.values
where the last auto write was done.
See GralCurveView.timeInitAutoSave()
.public int ixDataEndSave
public int ixDataStartAutoSave
GralCurveView.Track.values
where the last auto write was done.
See GralCurveView.timeInitAutoSave()
.public int ixDataStartSave
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.protected DataOrganisation()