public class GraphicsConfigurationWithoutTransparency extends AbstractGraphicsConfiguration
GraphicsConfiguration
that does not support transparencies
(alpha channels).Constructor and Description |
---|
GraphicsConfigurationWithoutTransparency() |
Modifier and Type | Method and 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, createCompatibleVolatileImage
createCompatibleVolatileImage, createCompatibleVolatileImage, getBufferCapabilities, getImageCapabilities, isTranslucencyCapable
public GraphicsConfigurationWithoutTransparency()
public GraphicsDevice getDevice()
getDevice
in class GraphicsConfiguration
public BufferedImage createCompatibleImage(int width, int height)
createCompatibleImage
in class GraphicsConfiguration
public BufferedImage createCompatibleImage(int width, int height, int transparency)
createCompatibleImage
in class GraphicsConfiguration
public ColorModel getColorModel()
getColorModel
in class GraphicsConfiguration
public ColorModel getColorModel(int transparency)
getColorModel
in class GraphicsConfiguration
public AffineTransform getDefaultTransform()
getDefaultTransform
in class GraphicsConfiguration
public AffineTransform getNormalizingTransform()
getNormalizingTransform
in class GraphicsConfiguration
public Rectangle getBounds()
getBounds
in class GraphicsConfiguration
Copyright © 2024 Apache Software Foundation. All rights reserved.