| java.lang.Object java.awt.image.Raster
All known Subclasses: java.awt.image.WritableRaster,
Raster | public class Raster (Code) | | |
Method Summary | |
public static WritableRaster | createBandedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location) | public static WritableRaster | createBandedRaster(int dataType, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location) | public static WritableRaster | createBandedRaster(int dataType, int w, int h, int bands, Point location) | public Raster | createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList) | public WritableRaster | createCompatibleWritableRaster() | public WritableRaster | createCompatibleWritableRaster(int w, int h) | public WritableRaster | createCompatibleWritableRaster(int x, int y, int w, int h) | public WritableRaster | createCompatibleWritableRaster(Rectangle rect) | public static WritableRaster | createInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location) | public static WritableRaster | createInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location) | public static WritableRaster | createInterleavedRaster(int dataType, int w, int h, int bands, Point location) | public static WritableRaster | createPackedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bandMasks, Point location) | public static WritableRaster | createPackedRaster(DataBuffer dataBuffer, int w, int h, int bitsPerPixel, Point location) | public static WritableRaster | createPackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point location) | public static WritableRaster | createPackedRaster(int dataType, int w, int h, int bandMasks, Point location) | public static Raster | createRaster(SampleModel sm, DataBuffer db, Point location) | public Raster | createTranslatedChild(int childMinX, int childMinY) | public static WritableRaster | createWritableRaster(SampleModel sm, DataBuffer db, Point location) | public static WritableRaster | createWritableRaster(SampleModel sm, Point location) | public Rectangle | getBounds() | public DataBuffer | getDataBuffer() | public Object | getDataElements(int x, int y, int w, int h, Object outData) | public Object | getDataElements(int x, int y, Object outData) | final public int | getHeight() | final public int | getMinX() | final public int | getMinY() | final public int | getNumBands() | final public int | getNumDataElements() | public Raster | getParent() | public double[] | getPixel(int x, int y, double dArray) | public float[] | getPixel(int x, int y, float fArray) | public int[] | getPixel(int x, int y, int iArray) | public double[] | getPixels(int x, int y, int w, int h, double dArray) | public float[] | getPixels(int x, int y, int w, int h, float fArray) | public int[] | getPixels(int x, int y, int w, int h, int iArray) | 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) | public SampleModel | getSampleModel() | final public int | getSampleModelTranslateX() | final public int | getSampleModelTranslateY() | public double[] | getSamples(int x, int y, int w, int h, int b, double dArray) | public float[] | getSamples(int x, int y, int w, int h, int b, float fArray) | public int[] | getSamples(int x, int y, int w, int h, int b, int iArray) | final public int | getTransferType() | final public int | getWidth() |
height | protected int height(Code) | | |
numBands | protected int numBands(Code) | | |
numDataElements | protected int numDataElements(Code) | | |
sampleModelTranslateX | protected int sampleModelTranslateX(Code) | | |
sampleModelTranslateY | protected int sampleModelTranslateY(Code) | | |
width | protected int width(Code) | | |
createBandedRaster | public static WritableRaster createBandedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location)(Code) | | |
createBandedRaster | public static WritableRaster createBandedRaster(int dataType, int w, int h, int scanlineStride, int bankIndices, int bandOffsets, Point location)(Code) | | |
createBandedRaster | public static WritableRaster createBandedRaster(int dataType, int w, int h, int bands, Point location)(Code) | | |
createChild | public Raster createChild(int parentX, int parentY, int width, int height, int childMinX, int childMinY, int bandList)(Code) | | |
createCompatibleWritableRaster | public WritableRaster createCompatibleWritableRaster(int w, int h)(Code) | | |
createCompatibleWritableRaster | public WritableRaster createCompatibleWritableRaster(int x, int y, int w, int h)(Code) | | |
createInterleavedRaster | public static WritableRaster createInterleavedRaster(DataBuffer dataBuffer, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location)(Code) | | |
createInterleavedRaster | public static WritableRaster createInterleavedRaster(int dataType, int w, int h, int scanlineStride, int pixelStride, int bandOffsets, Point location)(Code) | | |
createInterleavedRaster | public static WritableRaster createInterleavedRaster(int dataType, int w, int h, int bands, Point location)(Code) | | |
createPackedRaster | public static WritableRaster createPackedRaster(int dataType, int w, int h, int bands, int bitsPerBand, Point location)(Code) | | |
createPackedRaster | public static WritableRaster createPackedRaster(int dataType, int w, int h, int bandMasks, Point location)(Code) | | |
createTranslatedChild | public Raster createTranslatedChild(int childMinX, int childMinY)(Code) | | |
getDataElements | public Object getDataElements(int x, int y, int w, int h, Object outData)(Code) | | |
getHeight | final public int getHeight()(Code) | | |
getMinX | final public int getMinX()(Code) | | |
getMinY | final public int getMinY()(Code) | | |
getNumBands | final public int getNumBands()(Code) | | |
getNumDataElements | final public int getNumDataElements()(Code) | | |
getPixel | public double[] getPixel(int x, int y, double dArray)(Code) | | |
getPixel | public float[] getPixel(int x, int y, float fArray)(Code) | | |
getPixel | public int[] getPixel(int x, int y, int iArray)(Code) | | |
getPixels | public double[] getPixels(int x, int y, int w, int h, double dArray)(Code) | | |
getPixels | public float[] getPixels(int x, int y, int w, int h, float fArray)(Code) | | |
getPixels | public int[] getPixels(int x, int y, int w, int h, int iArray)(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) | | |
getSampleModelTranslateX | final public int getSampleModelTranslateX()(Code) | | |
getSampleModelTranslateY | final public int getSampleModelTranslateY()(Code) | | |
getSamples | public double[] getSamples(int x, int y, int w, int h, int b, double dArray)(Code) | | |
getSamples | public float[] getSamples(int x, int y, int w, int h, int b, float fArray)(Code) | | |
getSamples | public int[] getSamples(int x, int y, int w, int h, int b, int iArray)(Code) | | |
getTransferType | final public int getTransferType()(Code) | | |
getWidth | final public int getWidth()(Code) | | |
|
|