GraphicsConfigurationWithoutTransparency
, GraphicsConfigurationWithTransparency
public 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, isTranslucencyCapable
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height)
createCompatibleVolatileImage
in class java.awt.GraphicsConfiguration
GraphicsConfiguration.createCompatibleVolatileImage(int, int)
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height, int transparency)
createCompatibleVolatileImage
in class java.awt.GraphicsConfiguration
GraphicsConfiguration.createCompatibleVolatileImage(int, int, int)
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.