swingwt.awt
Class GraphicsConfiguration

java.lang.Object
  extended byswingwt.awt.GraphicsConfiguration

public class GraphicsConfiguration
extends java.lang.Object

Another great abstract class which is implimented in SwingWT.

See Also:
Graphics

Constructor Summary
protected GraphicsConfiguration()
           
 
Method Summary
 BufferedImage createCompatibleImage(int width, int height)
           
 BufferedImage createCompatibleImage(int width, int height, int transparency)
           
 VolatileImage createCompatibleVolatileImage(int width, int height)
           
 VolatileImage createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)
           
 Rectangle getBounds()
           
 BufferCapabilities getBufferCapabilities()
           
 ColorModel getColorModel()
           
 ColorModel getColorModel(int transparency)
           
 AffineTransform getDefaultTransform()
           
 GraphicsDevice getDevice()
           
 ImageCapabilities getImageCapabilities()
           
 AffineTransform getNormalizingTransform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsConfiguration

protected GraphicsConfiguration()
Method Detail

getDevice

public GraphicsDevice getDevice()

createCompatibleImage

public BufferedImage createCompatibleImage(int width,
                                           int height)

createCompatibleVolatileImage

public VolatileImage createCompatibleVolatileImage(int width,
                                                   int height)

createCompatibleVolatileImage

public VolatileImage createCompatibleVolatileImage(int width,
                                                   int height,
                                                   ImageCapabilities caps)
                                            throws AWTException
Throws:
AWTException

createCompatibleImage

public BufferedImage createCompatibleImage(int width,
                                           int height,
                                           int transparency)

getColorModel

public ColorModel getColorModel()

getColorModel

public ColorModel getColorModel(int transparency)

getDefaultTransform

public AffineTransform getDefaultTransform()

getNormalizingTransform

public AffineTransform getNormalizingTransform()

getBounds

public Rectangle getBounds()

getBufferCapabilities

public BufferCapabilities getBufferCapabilities()

getImageCapabilities

public ImageCapabilities getImageCapabilities()