public static class Pixel1dPlotter.BinArray extends Object
Modifier and Type | Method and Description |
---|---|
int |
getBinIndex(int gx)
Returns the bin index
(index into this object's
bins_ array)
for a given pixel index. |
double[] |
getBins()
Returns the array of pixel-width bins containing the counts
accumulated by this object.
|
int |
getGraphicsCoord(int index)
Returns the pixel index for a given bin index.
|
public double[] getBins()
public int getBinIndex(int gx)
bins_
array)
for a given pixel index.gx
- pixel indexpublic int getGraphicsCoord(int index)
index
- bin indexCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.