public class GraphicsConfigurationWithoutTransparency extends AbstractGraphicsConfiguration
GraphicsConfiguration that does not support transparencies
(alpha channels).| Constructor | Description |
|---|---|
GraphicsConfigurationWithoutTransparency() |
| Modifier and Type | Method | Description |
|---|---|---|
BufferedImage |
createCompatibleImage(int width,
int height) |
|
BufferedImage |
createCompatibleImage(int width,
int height,
int transparency) |
|
Rectangle |
getBounds() |
|
ColorModel |
getColorModel() |
|
ColorModel |
getColorModel(int transparency) |
|
AffineTransform |
getDefaultTransform() |
|
GraphicsDevice |
getDevice() |
|
AffineTransform |
getNormalizingTransform() |
createCompatibleVolatileImage, createCompatibleVolatileImagecreateCompatibleVolatileImage, createCompatibleVolatileImage, getBufferCapabilities, getImageCapabilities, isTranslucencyCapablepublic GraphicsConfigurationWithoutTransparency()
public GraphicsDevice getDevice()
getDevice in class GraphicsConfigurationpublic BufferedImage createCompatibleImage(int width, int height)
createCompatibleImage in class GraphicsConfigurationpublic BufferedImage createCompatibleImage(int width, int height, int transparency)
createCompatibleImage in class GraphicsConfigurationpublic ColorModel getColorModel()
getColorModel in class GraphicsConfigurationpublic ColorModel getColorModel(int transparency)
getColorModel in class GraphicsConfigurationpublic AffineTransform getDefaultTransform()
getDefaultTransform in class GraphicsConfigurationpublic AffineTransform getNormalizingTransform()
getNormalizingTransform in class GraphicsConfigurationpublic Rectangle getBounds()
getBounds in class GraphicsConfigurationCopyright © 2018 Apache Software Foundation. All rights reserved.