compressed, compressedIndexes, compressedXSeries, compressedYSeries, config, prevConfig, previousXGridIndex, previousYGridIndex, xLower, xSeries, xUpper, yLower, ySeries, yUpper| Constructor and Description |
|---|
CompressScatterSeries() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addNecessaryPlots(java.util.ArrayList<java.lang.Double> xList,
java.util.ArrayList<java.lang.Double> yList,
java.util.ArrayList<java.lang.Integer> indexList)
Adds the necessary plots.
|
void |
setLineVisible(boolean visible)
Sets the state indicating if the line is visible.
|
addToList, compress, getCompressedIndexes, getCompressedXSeries, getCompressedYSeries, isInSameGridAsPrevious, setXSeries, setYSeriesprotected void addNecessaryPlots(java.util.ArrayList<java.lang.Double> xList,
java.util.ArrayList<java.lang.Double> yList,
java.util.ArrayList<java.lang.Integer> indexList)
CompressaddNecessaryPlots in class CompressxList - the array in which x coordinate for necessary plot is storedyList - the array in which y coordinate for necessary plot is storedindexList - the array in which series index for necessary plot is storedpublic void setLineVisible(boolean visible)
visible - the state indicating if the line is visible