public class StreamGraphicsConfiguration
extends java.awt.GraphicsConfiguration
| Constructor and Description |
|---|
StreamGraphicsConfiguration(java.awt.Rectangle bounds,
java.awt.geom.AffineTransform normalizingTransform) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.image.BufferedImage |
createCompatibleImage(int width,
int height) |
java.awt.image.BufferedImage |
createCompatibleImage(int width,
int height,
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() |
java.awt.image.ColorModel |
getColorModel(int transparency) |
java.awt.geom.AffineTransform |
getDefaultTransform() |
java.awt.GraphicsDevice |
getDevice() |
java.awt.geom.AffineTransform |
getNormalizingTransform() |
public StreamGraphicsConfiguration(java.awt.Rectangle bounds,
java.awt.geom.AffineTransform normalizingTransform)
bounds - normalizingTransform - public java.awt.GraphicsDevice getDevice()
getDevice in class java.awt.GraphicsConfigurationpublic java.awt.image.BufferedImage createCompatibleImage(int width,
int height)
createCompatibleImage 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.GraphicsConfigurationpublic java.awt.image.BufferedImage createCompatibleImage(int width,
int height,
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 transparency)
getColorModel in class java.awt.GraphicsConfigurationpublic java.awt.geom.AffineTransform getDefaultTransform()
getDefaultTransform 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.GraphicsConfiguration