public class AjaxSwingGraphicsConfig
extends java.awt.GraphicsConfiguration
| Constructor and Description |
|---|
AjaxSwingGraphicsConfig(java.awt.GraphicsDevice graphicsdevice,
int i) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
createCompatibleImage(int w,
int h) |
java.awt.image.BufferedImage |
createCompatibleImage(int w,
int h,
int transparency) |
java.awt.image.VolatileImage |
createCompatibleVolatileImage(int width,
int height) |
java.awt.image.VolatileImage |
createCompatibleVolatileImage(int width,
int height,
int transparency) |
java.awt.Rectangle |
getBounds() |
java.awt.image.ColorModel |
getColorModel()
Always return RGB color model
|
java.awt.image.ColorModel |
getColorModel(int i) |
java.awt.geom.AffineTransform |
getDefaultTransform() |
java.awt.GraphicsDevice |
getDevice() |
java.awt.geom.AffineTransform |
getNormalizingTransform() |
public AjaxSwingGraphicsConfig(java.awt.GraphicsDevice graphicsdevice,
int i)
public java.awt.image.BufferedImage createCompatibleImage(int w,
int h)
createCompatibleImage in class java.awt.GraphicsConfigurationpublic java.awt.image.BufferedImage createCompatibleImage(int w,
int h,
int transparency)
createCompatibleImage in class java.awt.GraphicsConfigurationpublic java.awt.image.ColorModel getColorModel()
getColorModel in class java.awt.GraphicsConfigurationpublic java.awt.image.ColorModel getColorModel(int i)
getColorModel in class java.awt.GraphicsConfigurationpublic java.awt.geom.AffineTransform getDefaultTransform()
getDefaultTransform in class java.awt.GraphicsConfigurationpublic java.awt.GraphicsDevice getDevice()
getDevice in class java.awt.GraphicsConfigurationpublic java.awt.geom.AffineTransform getNormalizingTransform()
getNormalizingTransform in class java.awt.GraphicsConfigurationpublic java.awt.Rectangle getBounds()
getBounds in class java.awt.GraphicsConfigurationpublic java.awt.image.VolatileImage createCompatibleVolatileImage(int width,
int height)
createCompatibleVolatileImage in class java.awt.GraphicsConfigurationpublic java.awt.image.VolatileImage createCompatibleVolatileImage(int width,
int height,
int transparency)
createCompatibleVolatileImage in class java.awt.GraphicsConfigurationCopyright © 2000-2012 CreamTec LLC. All Rights Reserved.