Java java.awt Image fields, constructors, methods, implement or subclass

Example usage for Java java.awt Image fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt Image.

The text is from its open source code.

Subclass

java.awt.Image has subclasses.
Click this link to see all its subclasses.

Field

intSCALE_DEFAULT
Use the default image-scaling algorithm.
intSCALE_FAST
Choose an image-scaling algorithm that gives higher priority to scaling speed than smoothness of the scaled image.
intSCALE_SMOOTH
Choose an image-scaling algorithm that gives higher priority to image smoothness than scaling speed.
intSCALE_REPLICATE
Use the image scaling algorithm embodied in the ReplicateScaleFilter class.
intSCALE_AREA_AVERAGING
Use the Area Averaging image scaling algorithm.

Method

voidflush()
Flushes all reconstructable resources being used by this Image object.
ClassgetClass()
Returns the runtime class of this Object .
GraphicsgetGraphics()
Creates a graphics context for drawing to an off-screen image.
intgetHeight(ImageObserver observer)
Determines the height of the image.
ImagegetScaledInstance(int width, int height, int hints)
Creates a scaled version of this image.
ImageProducergetSource()
Gets the object that produces the pixels for the image.
intgetWidth(ImageObserver observer)
Determines the width of the image.
inthashCode()
Returns a hash code value for the object.