public class GraphicsConfigurationWithoutTransparency extends AbstractGraphicsConfiguration
GraphicsConfiguration
that does not support transparencies
(alpha channels).Constructor | Description |
---|---|
GraphicsConfigurationWithoutTransparency() |
Modifier and Type | Method | Description |
---|---|---|
java.awt.image.BufferedImage |
createCompatibleImage(int width,
int height) |
|
java.awt.image.BufferedImage |
createCompatibleImage(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() |
createCompatibleVolatileImage, createCompatibleVolatileImage
public GraphicsConfigurationWithoutTransparency()
public java.awt.GraphicsDevice getDevice()
getDevice
in class java.awt.GraphicsConfiguration
public java.awt.image.BufferedImage createCompatibleImage(int width, int height)
createCompatibleImage
in class java.awt.GraphicsConfiguration
public java.awt.image.BufferedImage createCompatibleImage(int width, int height, int transparency)
createCompatibleImage
in class java.awt.GraphicsConfiguration
public java.awt.image.ColorModel getColorModel()
getColorModel
in class java.awt.GraphicsConfiguration
public java.awt.image.ColorModel getColorModel(int transparency)
getColorModel
in class java.awt.GraphicsConfiguration
public java.awt.geom.AffineTransform getDefaultTransform()
getDefaultTransform
in class java.awt.GraphicsConfiguration
public java.awt.geom.AffineTransform getNormalizingTransform()
getNormalizingTransform
in class java.awt.GraphicsConfiguration
public java.awt.Rectangle getBounds()
getBounds
in class java.awt.GraphicsConfiguration
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.