|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.plot2.layer.Pixel1dPlotter.BinArray
public static class Pixel1dPlotter.BinArray
Data object storing counts per pixel.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double[] getBins()
public int getBinIndex(int gx)
bins_
array)
for a given pixel index.
gx
- pixel index
public int getGraphicsCoord(int index)
index
- bin index
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |