Package de.gsi.chart.renderer.spi
Class ErrorDataSetRenderer.CachedDataPoints
- java.lang.Object
-
- de.gsi.chart.renderer.spi.ErrorDataSetRenderer.CachedDataPoints
-
- Enclosing class:
- ErrorDataSetRenderer
protected class ErrorDataSetRenderer.CachedDataPoints extends java.lang.Objectlocal screen data point cache (minimises re-allocation/garbage collection)
-
-
Field Summary
Fields Modifier and Type Field Description protected intactualDataCountprotected intdataSetIndexprotected intdataSetStyleIndexprotected java.lang.StringdefaultStyleprotected de.gsi.dataset.DataSetError.ErrorTypeerrorTypeprotected double[]errorXNegprotected double[]errorXPosprotected double[]errorYNegprotected double[]errorYPosprotected intindexMaxprotected intindexMinprotected intmaxDataCountprotected doublemaxRadiusprotected intminDistanceXprotected booleanpolarPlotprotected boolean[]selectedprotected java.lang.String[]stylesprotected booleanxAxisInvertedprotected doublexMaxprotected doublexMinprotected doublexRangeprotected double[]xValuesprotected doublexZeroprotected booleanyAxisInvertedprotected doubleyMaxprotected doubleyMinprotected doubleyRangeprotected double[]yValuesprotected doubleyZero
-
Constructor Summary
Constructors Constructor Description CachedDataPoints(int indexMin, int indexMax, int dataLength, boolean full)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()protected voidreduce()voidrelease()
-
-
-
Field Detail
-
xValues
protected double[] xValues
-
yValues
protected double[] yValues
-
errorXNeg
protected double[] errorXNeg
-
errorXPos
protected double[] errorXPos
-
errorYNeg
protected double[] errorYNeg
-
errorYPos
protected double[] errorYPos
-
selected
protected boolean[] selected
-
styles
protected java.lang.String[] styles
-
xAxisInverted
protected boolean xAxisInverted
-
yAxisInverted
protected boolean yAxisInverted
-
defaultStyle
protected java.lang.String defaultStyle
-
dataSetIndex
protected int dataSetIndex
-
dataSetStyleIndex
protected int dataSetStyleIndex
-
errorType
protected de.gsi.dataset.DataSetError.ErrorType errorType
-
indexMin
protected int indexMin
-
indexMax
protected int indexMax
-
minDistanceX
protected int minDistanceX
-
xZero
protected double xZero
-
yZero
protected double yZero
-
yMin
protected double yMin
-
yMax
protected double yMax
-
xMin
protected double xMin
-
xMax
protected double xMax
-
polarPlot
protected boolean polarPlot
-
xRange
protected double xRange
-
yRange
protected double yRange
-
maxRadius
protected double maxRadius
-
maxDataCount
protected int maxDataCount
-
actualDataCount
protected int actualDataCount
-
-