|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Class
java.awt.AWTException
| Uses of AWTException in java.awt |
| Methods in java.awt that throw AWTException | |
java.awt.image.VolatileImage |
Component.createVolatileImage(int width,
int height,
ImageCapabilities caps)
Creates an image with the specified width and height for use in double buffering. |
protected void |
Component.FlipBufferStrategy.createBuffers(int numBuffers,
BufferCapabilities caps)
Creates a multi-buffer flipping strategy. |
void |
Window.createBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a buffering strategy that manages how this window is repainted. |
java.awt.image.VolatileImage |
GraphicsConfiguration.createCompatibleVolatileImage(int w,
int h,
ImageCapabilities caps)
Returns a buffered volatile image optimized to this device, and with the given capabilities, so that blitting can be supported in the buffered image. |
static Cursor |
Cursor.getSystemCustomCursor(java.lang.String name)
Retrieves the system specific custom Cursor named Cursor names are, for example: "Invalid.16x16". |
void |
Canvas.createBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a buffering strategy that manages how this canvas is repainted. |
| Constructors in java.awt that throw AWTException | |
Component.FlipBufferStrategy(int numBuffers,
BufferCapabilities caps)
Creates a flipping buffer strategy. |
|
Window.WindowFlipBufferStrategy(int numBuffers)
Creates a flip buffer strategy for this window. |
|
Canvas.CanvasFlipBufferStrategy(int numBuffers)
Creates a flip buffer strategy for this canvas. |
|
Robot()
Construct a Robot object that operates on the default screen. |
|
Robot(GraphicsDevice screen)
Construct a Robot object that operates on the specified screen. |
|
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||