public abstract class GraphicsConfiguration
extends java.awt.GraphicsConfiguration
Constructor and Description |
---|
GraphicsConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.awt.image.VolatileImage |
createCompatibleVolatileImage(int width,
int height) |
java.awt.image.VolatileImage |
createCompatibleVolatileImage(int width,
int height,
int transparency) |
createCompatibleImage, createCompatibleImage, createCompatibleVolatileImage, createCompatibleVolatileImage, getBounds, getBufferCapabilities, getColorModel, getColorModel, getDefaultTransform, getDevice, getImageCapabilities, getNormalizingTransform, isTranslucencyCapable
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height)
createCompatibleVolatileImage
in class java.awt.GraphicsConfiguration
width
- of imageheight
- of imageGraphicsConfiguration.createCompatibleVolatileImage(int, int)
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height, int transparency)
createCompatibleVolatileImage
in class java.awt.GraphicsConfiguration
width
- of imageheight
- of imagetransparency
- of imageGraphicsConfiguration.createCompatibleVolatileImage(int, int, int)
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.