| Methoden |
| public ColorModel | coerceData(WritableRaster raster, boolean isAlphaPremultiplied) |
| public SampleModel | createCompatibleSampleModel(int w, int h) |
| public WritableRaster | createCompatibleWritableRaster(int w, int h) |
| public boolean | equals(Object obj) |
| public int | getAlpha(int pixel) |
| public int | getAlpha(Object inData) |
| public WritableRaster | getAlphaRaster(WritableRaster raster) |
| public int | getBlue(int pixel) |
| public int | getBlue(Object inData) |
| public int[] | getComponents(Object inPixel, int[] components, int offset) |
| public int[] | getComponents(int pixel, int[] components, int offset) |
| public int | getDataElement(float[] normComponents, int normOffset) ![[1.4]](../../images/marg14.gif) |
| public int | getDataElement(int[] components, int offset) |
| public Object | getDataElements(int rgb, Object pixel) |
| public Object | getDataElements(int[] components, int offset, Object obj) |
| public Object | getDataElements(float[] normComponents, int normOffset, Object obj) ![[1.4]](../../images/marg14.gif) |
| public int | getGreen(Object inData) |
| public int | getGreen(int pixel) |
| public int | getRed(Object inData) |
| public int | getRed(int pixel) |
| public int | getRGB(int pixel) |
| public int | getRGB(Object inData) |
| public boolean | isCompatibleRaster(Raster raster) |
| public boolean | isCompatibleSampleModel(SampleModel sm) |