| java.lang.Object java.awt.GraphicsConfiguration
GraphicsConfiguration | abstract public class GraphicsConfiguration (Code) | | |
Method Summary | |
abstract public BufferedImage | createCompatibleImage(int width, int height) | abstract public BufferedImage | createCompatibleImage(int width, int height, int transparency) | abstract public VolatileImage | createCompatibleVolatileImage(int width, int height) | abstract public VolatileImage | createCompatibleVolatileImage(int width, int height, int transparency) | public VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) | public VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) | abstract public Rectangle | getBounds() | public BufferCapabilities | getBufferCapabilities() | abstract public ColorModel | getColorModel() | abstract public ColorModel | getColorModel(int transparency) | abstract public AffineTransform | getDefaultTransform() | abstract public GraphicsDevice | getDevice() | public ImageCapabilities | getImageCapabilities() | abstract public AffineTransform | getNormalizingTransform() |
GraphicsConfiguration | protected GraphicsConfiguration()(Code) | | Constructors
|
createCompatibleImage | abstract public BufferedImage createCompatibleImage(int width, int height)(Code) | | Abstract methods
|
createCompatibleImage | abstract public BufferedImage createCompatibleImage(int width, int height, int transparency)(Code) | | |
createCompatibleVolatileImage | abstract public VolatileImage createCompatibleVolatileImage(int width, int height)(Code) | | |
createCompatibleVolatileImage | abstract public VolatileImage createCompatibleVolatileImage(int width, int height, int transparency)(Code) | | |
|
|