org.apache.xmlgraphics.java2d
Class GraphicsConfigurationWithoutTransparency
java.lang.Object
java.awt.GraphicsConfiguration
org.apache.xmlgraphics.java2d.AbstractGraphicsConfiguration
org.apache.xmlgraphics.java2d.GraphicsConfigurationWithoutTransparency
public class GraphicsConfigurationWithoutTransparency
- extends AbstractGraphicsConfiguration
An implementation of GraphicsConfiguration
that does not support transparencies
(alpha channels).
Methods inherited from class java.awt.GraphicsConfiguration |
createCompatibleVolatileImage, createCompatibleVolatileImage, getBufferCapabilities, getImageCapabilities |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicsConfigurationWithoutTransparency
public GraphicsConfigurationWithoutTransparency()
getDevice
public java.awt.GraphicsDevice getDevice()
- Specified by:
getDevice
in class java.awt.GraphicsConfiguration
createCompatibleImage
public java.awt.image.BufferedImage createCompatibleImage(int width,
int height)
- Specified by:
createCompatibleImage
in class java.awt.GraphicsConfiguration
createCompatibleImage
public java.awt.image.BufferedImage createCompatibleImage(int width,
int height,
int transparency)
- Overrides:
createCompatibleImage
in class java.awt.GraphicsConfiguration
getColorModel
public java.awt.image.ColorModel getColorModel()
- Specified by:
getColorModel
in class java.awt.GraphicsConfiguration
getColorModel
public java.awt.image.ColorModel getColorModel(int transparency)
- Specified by:
getColorModel
in class java.awt.GraphicsConfiguration
getDefaultTransform
public java.awt.geom.AffineTransform getDefaultTransform()
- Specified by:
getDefaultTransform
in class java.awt.GraphicsConfiguration
getNormalizingTransform
public java.awt.geom.AffineTransform getNormalizingTransform()
- Specified by:
getNormalizingTransform
in class java.awt.GraphicsConfiguration
getBounds
public java.awt.Rectangle getBounds()
- Specified by:
getBounds
in class java.awt.GraphicsConfiguration
Copyright 1999-2018 The Apache Software Foundation. All Rights Reserved.