Fields
Name | Description |
---|---|
SCALE_AREA_AVERAGING | Use the Area Averaging image scaling algorithm. |
SCALE_DEFAULT | Use the default image-scaling algorithm. |
SCALE_FAST | Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image. |
SCALE_REPLICATE | Use the image scaling algorithm embodied in the ReplicateScaleFilter class. |
SCALE_SMOOTH | Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed. |
UndefinedProperty | The UndefinedProperty object should be returned whenever a property which was not defined for a particular image is fetched. |
Constructors
Name | Description |
---|---|
Image() |
Methods
Name | Description |
---|---|
flush() | Flushes all resources being used by this Image object. |
getGraphics() | Creates a graphics context for drawing to an off-screen image. |
getHeight(ImageObserver) | Determines the height of the image. |
getProperty(String, ImageObserver) | Gets a property of this image by name. |
getScaledInstance(int, int, int) | Creates a scaled version of this image. |
getSource() | Gets the object that produces the pixels for the image. |
getWidth(ImageObserver) | Determines the width of the image. |