swingwt.awt.image
Class BufferedImage
java.lang.Object
   swingwt.awt.Image
swingwt.awt.Image
       swingwt.awt.image.BufferedImage
swingwt.awt.image.BufferedImage
- Direct Known Subclasses: 
- VolatileImage
- public class BufferedImage- extends Image
 
 
| Constructor Summary | 
| BufferedImage(int width,
              int height,
              int imagetype)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TYPE_CUSTOM
public static final int TYPE_CUSTOM
- See Also:
- Constant Field Values
TYPE_INT_RGB
public static final int TYPE_INT_RGB
- See Also:
- Constant Field Values
TYPE_INT_ARGB
public static final int TYPE_INT_ARGB
- See Also:
- Constant Field Values
TYPE_INT_ARGB_PRE
public static final int TYPE_INT_ARGB_PRE
- See Also:
- Constant Field Values
TYPE_INT_BGR
public static final int TYPE_INT_BGR
- See Also:
- Constant Field Values
TYPE_3BYTE_BGR
public static final int TYPE_3BYTE_BGR
- See Also:
- Constant Field Values
TYPE_4BYTE_ABGR
public static final int TYPE_4BYTE_ABGR
- See Also:
- Constant Field Values
TYPE_4BYTE_ABGR_PRE
public static final int TYPE_4BYTE_ABGR_PRE
- See Also:
- Constant Field Values
TYPE_USHORT_565_RGB
public static final int TYPE_USHORT_565_RGB
- See Also:
- Constant Field Values
TYPE_USHORT_555_RGB
public static final int TYPE_USHORT_555_RGB
- See Also:
- Constant Field Values
TYPE_BYTE_GRAY
public static final int TYPE_BYTE_GRAY
- See Also:
- Constant Field Values
TYPE_USHORT_GRAY
public static final int TYPE_USHORT_GRAY
- See Also:
- Constant Field Values
TYPE_BYTE_BINARY
public static final int TYPE_BYTE_BINARY
- See Also:
- Constant Field Values
TYPE_BYTE_INDEXED
public static final int TYPE_BYTE_INDEXED
- See Also:
- Constant Field Values
BufferedImage
public BufferedImage(int width,
                     int height,
                     int imagetype)