|
QJCC homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbiz.chitec.qdemo.swing.BufferedImageBugDemo
Shows a bug in Java2D when combining Raster objects with RGB and indexed color models
| Field Summary | |
private static byte[] |
greenRGBdata
A green dot as binary data of a PNG picture in RGB mode |
private static byte[] |
redIDXdata
A red dot as binary data of a PNG picture with indexed colors (restricted to 16 colors) |
private static byte[] |
redRGBdata
A red dot as binary data of a PNG picture in RGB mode |
| Constructor Summary | |
private |
BufferedImageBugDemo()
|
| Method Summary | |
static java.awt.image.BufferedImage |
combineBufferedImages(java.awt.image.BufferedImage[] images)
Combines several buffered images into one |
static void |
main(java.lang.String[] args)
Main demonstration program does not need any parameters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final byte[] greenRGBdata
private static final byte[] redRGBdata
private static final byte[] redIDXdata
| Constructor Detail |
private BufferedImageBugDemo()
| Method Detail |
public static java.awt.image.BufferedImage combineBufferedImages(java.awt.image.BufferedImage[] images)
public static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable
|
QJCC homepage | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||