| java.lang.Object com.sun.media.jai.iterator.RandomIterFallback com.sun.media.jai.iterator.RandomIterCSM
All known Subclasses: com.sun.media.jai.iterator.RandomIterCSMByte, com.sun.media.jai.iterator.RandomIterCSMDouble, com.sun.media.jai.iterator.RandomIterCSMFloat, com.sun.media.jai.iterator.RandomIterCSMInt, com.sun.media.jai.iterator.RandomIterCSMUShort, com.sun.media.jai.iterator.RandomIterCSMShort,
Method Summary | |
protected void | dataBufferChanged() | public int[] | getPixel(int x, int y, int[] iArray) | public float[] | getPixel(int x, int y, float[] fArray) | public double[] | getPixel(int x, int y, double[] dArray) | public double | getSampleDouble(int x, int y, int b) | public float | getSampleFloat(int x, int y, int b) | final protected void | makeCurrent(int xLocal, int yLocal) Sets dataBuffer to the correct buffer for the pixel
(x, y) = (xLocal + boundsRect.x, yLocal + boundsRect.y). |
bandOffsets | protected int[] bandOffsets(Code) | | |
numBands | protected int numBands(Code) | | |
pixelStride | protected int pixelStride(Code) | | |
sampleModel | protected ComponentSampleModel sampleModel(Code) | | |
scanlineStride | protected int scanlineStride(Code) | | |
RandomIterCSM | public RandomIterCSM(RenderedImage im, Rectangle bounds)(Code) | | |
dataBufferChanged | protected void dataBufferChanged()(Code) | | |
getPixel | public int[] getPixel(int x, int y, int[] iArray)(Code) | | |
getPixel | public float[] getPixel(int x, int y, float[] fArray)(Code) | | |
getPixel | public double[] getPixel(int x, int y, double[] dArray)(Code) | | |
getSampleDouble | public double getSampleDouble(int x, int y, int b)(Code) | | |
getSampleFloat | public float getSampleFloat(int x, int y, int b)(Code) | | |
makeCurrent | final protected void makeCurrent(int xLocal, int yLocal)(Code) | | Sets dataBuffer to the correct buffer for the pixel
(x, y) = (xLocal + boundsRect.x, yLocal + boundsRect.y).
Parameters: xLocal - the X coordinate in the local coordinate system. Parameters: yLocal - the Y coordinate in the local coordinate system. |
Methods inherited from com.sun.media.jai.iterator.RandomIterFallback | public void done()(Code)(Java Doc) public int[] getPixel(int x, int y, int[] iArray)(Code)(Java Doc) public float[] getPixel(int x, int y, float[] fArray)(Code)(Java Doc) public double[] getPixel(int x, int y, double[] dArray)(Code)(Java Doc) public int getSample(int x, int y, int b)(Code)(Java Doc) public double getSampleDouble(int x, int y, int b)(Code)(Java Doc) public float getSampleFloat(int x, int y, int b)(Code)(Java Doc)
|
|
|