Klasse java.awt.image.ColorModel | 1.0 |
java.lang.Object | +--java.awt.image.ColorModel
Datenelemente | |
---|---|
protected int | pixel_bits |
protected int | transferType ![]() |
Konstruktoren | |
---|---|
public | ColorModel(int bits) |
protected | ColorModel(int pixel_bits, int[] bits, ColorSpace cspace, boolean hasAlpha, boolean isAlphaPremultiplied, int transparency, int transferType) ![]() |
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 void | finalize() |
public abstract int | getAlpha(int pixel) |
public int | getAlpha(Object inData) ![]() |
public WritableRaster | getAlphaRaster(WritableRaster raster) ![]() |
public abstract int | getBlue(int pixel) |
public int | getBlue(Object inData) ![]() |
public final ColorSpace | getColorSpace() ![]() |
public int[] | getComponents(int pixel, int[] components, int offset) ![]() |
public int[] | getComponents(Object pixel, int[] components, int offset) ![]() |
public int[] | getComponentSize() ![]() |
public int | getComponentSize(int componentIdx) ![]() |
public int | getDataElement(int[] components, int offset) ![]() |
public int | getDataElement(float[] normComponents, int normOffset) ![]() |
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) ![]() |
public abstract int | getGreen(int pixel) |
public int | getGreen(Object inData) ![]() |
public float[] | getNormalizedComponents(Object pixel, float[] normComponents, int normOffset) ![]() |
public float[] | getNormalizedComponents(Object pixel, float[] normComponents, int normOffset) ![]() |
public float[] | getNormalizedComponents(int[] components, int offset, float[] normComponents, int normOffset) ![]() |
public int | getNumColorComponents() ![]() |
public int | getNumComponents() ![]() |
public int | getPixelSize() |
public abstract int | getRed(int pixel) |
public int | getRed(Object inData) ![]() |
public int | getRGB(int pixel) |
public int | getRGB(Object inData) ![]() |
public static ColorModel | getRGBdefault() ![]() |
public int | getTransparency() ![]() |
public float[] | getUnNormalizedComponents(float[] components, int normOffset, int[] components, int offset) ![]() |
public final boolean | hasAlpha() ![]() |
public final boolean | isAlphaPremultiplied() ![]() |
public boolean | isCompatibleRaster(Raster raster) ![]() |
public boolean | isCompatibleSampleModel(SampleModel sm) ![]() |
public String | toString() ![]() |