swingwt.awt.image
Class BufferedImage

java.lang.Object
  extended byswingwt.awt.Image
      extended byswingwt.awt.image.BufferedImage
Direct Known Subclasses:
VolatileImage

public class BufferedImage
extends Image


Field Summary
static int TYPE_3BYTE_BGR
           
static int TYPE_4BYTE_ABGR
           
static int TYPE_4BYTE_ABGR_PRE
           
static int TYPE_BYTE_BINARY
           
static int TYPE_BYTE_GRAY
           
static int TYPE_BYTE_INDEXED
           
static int TYPE_CUSTOM
           
static int TYPE_INT_ARGB
           
static int TYPE_INT_ARGB_PRE
           
static int TYPE_INT_BGR
           
static int TYPE_INT_RGB
           
static int TYPE_USHORT_555_RGB
           
static int TYPE_USHORT_565_RGB
           
static int TYPE_USHORT_GRAY
           
 
Fields inherited from class swingwt.awt.Image
gc, image, SCALE_AREA_AVERAGING, SCALE_DEFAULT, SCALE_FAST, SCALE_REPLICATE, SCALE_SMOOTH
 
Constructor Summary
BufferedImage(int width, int height, int imagetype)
           
 
Methods inherited from class swingwt.awt.Image
createGraphics, getGraphics, getHeight, getHeight, getScaledInstance, getSource, getWidth, getWidth
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

BufferedImage

public BufferedImage(int width,
                     int height,
                     int imagetype)