| java.lang.Object com.sun.media.jai.iterator.RandomIterFallback
All known Subclasses: com.sun.media.jai.iterator.WritableRandomIterFallback, com.sun.media.jai.iterator.RandomIterCSM,
RandomIterFallback | public class RandomIterFallback implements RandomIter(Code) | | since: EA2 |
Method Summary | |
public void | done() | 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 int | getSample(int x, int y, int b) | public double | getSampleDouble(int x, int y, int b) | public float | getSampleFloat(int x, int y, int b) |
boundsX | protected int boundsX(Code) | | |
boundsY | protected int boundsY(Code) | | |
dataBuffer | protected DataBuffer dataBuffer(Code) | | |
im | protected RenderedImage im(Code) | | |
sampleModel | protected SampleModel sampleModel(Code) | | |
sampleModelTranslateX | protected int sampleModelTranslateX(Code) | | |
sampleModelTranslateY | protected int sampleModelTranslateY(Code) | | |
xTiles | protected int[] xTiles(Code) | | |
yTiles | protected int[] yTiles(Code) | | |
RandomIterFallback | public RandomIterFallback(RenderedImage im, Rectangle bounds)(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) | | |
getSample | public int getSample(int x, int y, int b)(Code) | | |
getSampleDouble | public double getSampleDouble(int x, int y, int b)(Code) | | |
getSampleFloat | public float getSampleFloat(int x, int y, int b)(Code) | | |
|
|