|
|
java > java.awt > java.awt.graphicsconfiguration >
Class: java.awt.GraphicsConfiguration java.lang.Object java.awt.GraphicsConfiguration
public abstract class GraphicsConfiguration extends Object
FIELDS:
CONSTRUCTORS:
| | | protected | GraphicsConfiguration() |
| |
|
|
|
METHODS:
| | | | public abstract | BufferedImage | createCompatibleImage(int width, int height) |
| | public | BufferedImage | createCompatibleImage(int width, int height, int transparency) Throws: IllegalArgumentException |
| | public | VolatileImage | createCompatibleVolatileImage(int width, int height) |
| | public | VolatileImage | createCompatibleVolatileImage(int width, int height, int transparency) Throws: IllegalArgumentException |
| | public | VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) Throws: AWTException |
| | public | VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) Throws: IllegalArgumentException Throws: AWTException |
| | public abstract | Rectangle | getBounds() |
| | public | BufferCapabilities | getBufferCapabilities() |
| | public abstract | ColorModel | getColorModel() |
| | public abstract | ColorModel | getColorModel(int transparency) |
| | public abstract | AffineTransform | getDefaultTransform() |
| | public abstract | GraphicsDevice | getDevice() |
| | public | ImageCapabilities | getImageCapabilities() |
| | public abstract | AffineTransform | getNormalizingTransform() |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|