Example usage for Java java.awt Image fields, constructors, methods, implement or subclass
The text is from its open source code.
int | SCALE_DEFAULT Use the default image-scaling algorithm. |
int | SCALE_FAST Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image. |
int | SCALE_SMOOTH Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed. |
int | SCALE_REPLICATE Use the image scaling algorithm embodied in the ReplicateScaleFilter class. |
int | SCALE_AREA_AVERAGING Use the Area Averaging image scaling algorithm. |
void | flush() Flushes all reconstructable resources being used by this Image object. |
Class> | getClass() Returns the runtime class of this Object . |
Graphics | getGraphics() Creates a graphics context for drawing to an off-screen image. |
int | getHeight(ImageObserver observer) Determines the height of the image. |
Image | getScaledInstance(int width, int height, int hints) Creates a scaled version of this image. |
ImageProducer | getSource() Gets the object that produces the pixels for the image. |
int | getWidth(ImageObserver observer) Determines the width of the image. |
int | hashCode() Returns a hash code value for the object. |