Example usage for Java java.awt GraphicsConfiguration fields, constructors, methods, implement or subclass
The text is from its open source code.
BufferedImage | createCompatibleImage(int width, int height, int transparency) Returns a BufferedImage that supports the specified transparency and has a data layout and color model compatible with this GraphicsConfiguration . |
BufferedImage | createCompatibleImage(int width, int height) Returns a BufferedImage with a data layout and color model compatible with this GraphicsConfiguration . |
VolatileImage | createCompatibleVolatileImage(int width, int height, int transparency) Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration . |
VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration , using the specified image capabilities. |
VolatileImage | createCompatibleVolatileImage(int width, int height) Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration . |
VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) Returns a VolatileImage with a data layout and color model compatible with this GraphicsConfiguration , using the specified image capabilities and transparency value. |
Rectangle | getBounds() Returns the bounds of the GraphicsConfiguration in the device coordinates. |
BufferCapabilities | getBufferCapabilities() Returns the buffering capabilities of this GraphicsConfiguration . |
ColorModel | getColorModel(int transparency) Returns the ColorModel associated with this GraphicsConfiguration that supports the specified transparency. |
ColorModel | getColorModel() Returns the ColorModel associated with this GraphicsConfiguration . |
AffineTransform | getDefaultTransform() Returns the default AffineTransform for this GraphicsConfiguration . |
GraphicsDevice | getDevice() Returns the GraphicsDevice associated with this GraphicsConfiguration . |
ImageCapabilities | getImageCapabilities() Returns the image capabilities of this GraphicsConfiguration . |
AffineTransform | getNormalizingTransform() Returns an AffineTransform that can be concatenated with the default AffineTransform of a GraphicsConfiguration so that 72 units in user space equals 1 inch in device space. |
boolean | isTranslucencyCapable() Returns whether this GraphicsConfiguration supports the GraphicsDevice.WindowTranslucency#PERPIXEL_TRANSLUCENT PERPIXEL_TRANSLUCENT kind of translucency. |