Public メソッド | |
PixelFormat (int depth, int rmask, int gmask, int bmask, int amask) | |
native byte | getBitsPerPixel () |
native byte | getBytesPerPixel () |
native byte | getRloss () |
native byte | getGloss () |
native byte | getBloss () |
native byte | getAloss () |
native byte | getRshift () |
native byte | getGshift () |
native byte | getBshift () |
native byte | getAshift () |
native int | getRmask () |
native int | getGmask () |
native int | getBmask () |
native int | getAmask () |
native int | getColorkey () |
native int | getAlpha () |
native int | mapRGB (int red, int green, int blue) |
int | mapRGB (Color color) |
native int | mapRGBA (int red, int green, int blue, int alpha) |
int | mapRGBA (Color color) |
native int[] | getRGB (int pixel) |
native Color | getRGBColor (int pixel) |
native int[] | getRGBA (int pixel) |
native Color | getRGBAColor (int pixel) |
native Palette | getPalette () |
String | toString () |
Protected メソッド | |
PixelFormat () | |
void | finalize () throws Throwable |
Protected 変数 | |
gnu.gcj.RawData | implementation |
Private メソッド | |
native void | initWithMask (int depth, int rmask, int gmask, int bmask, int amask) |
native void | freePixelFormat () |
Private 変数 | |
boolean | selfAllocated = false |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|