| java.lang.Object org.apache.harmony.awt.gl.image.ImageDecoder org.apache.harmony.awt.gl.image.JpegDecoder
JCS_GRAYSCALE | final public static int JCS_GRAYSCALE(Code) | | |
JCS_RGB | final public static int JCS_RGB(Code) | | |
returnData | public void returnData(int data, int currScanLine)(Code) | | |
returnData | public void returnData(byte data, int currScanLine)(Code) | | |
returnHeader | public void returnHeader()(Code) | | |
Methods inherited from org.apache.harmony.awt.gl.image.ImageDecoder | public synchronized void closeStream()(Code)(Java Doc) static ImageDecoder createDecoder(DecodingImageSource src, InputStream is)(Code)(Java Doc) abstract public void decodeImage() throws IOException(Code)(Java Doc) protected void imageComplete(int status)(Code)(Java Doc) protected void setColorModel(ColorModel cm)(Code)(Java Doc) protected void setDimensions(int w, int h)(Code)(Java Doc) protected void setHints(int hints)(Code)(Java Doc) protected void setPixels(int x, int y, int w, int h, ColorModel model, byte pix, int off, int scansize)(Code)(Java Doc) protected void setPixels(int x, int y, int w, int h, ColorModel model, int pix, int off, int scansize)(Code)(Java Doc) protected void setProperties(Hashtable, ?> props)(Code)(Java Doc) public void terminate()(Code)(Java Doc)
|
|
|