GraphicsConfigurationWithoutTransparency, GraphicsConfigurationWithTransparencypublic abstract class AbstractGraphicsConfiguration
extends java.awt.GraphicsConfiguration
| Constructor | Description |
|---|---|
AbstractGraphicsConfiguration() |
| Modifier and Type | Method | 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, isTranslucencyCapablepublic java.awt.image.VolatileImage createCompatibleVolatileImage(int width,
int height)
createCompatibleVolatileImage in class java.awt.GraphicsConfigurationGraphicsConfiguration.createCompatibleVolatileImage(int, int)public java.awt.image.VolatileImage createCompatibleVolatileImage(int width,
int height,
int transparency)
createCompatibleVolatileImage in class java.awt.GraphicsConfigurationGraphicsConfiguration.createCompatibleVolatileImage(int, int, int)Copyright 1999-2018 The Apache Software Foundation. All Rights Reserved.