java.awt.image (Java class)

A JavaClass object that represents the java.awt.image class.

Availability:

JavaScript - 1.1
Netscape - 3.0

This is an abstract class provided as the super-class of all classes that describe and encapsulate images within AWT. Because it is an abstract class, the methods are mostly place holders and will need to be overridden in the concrete classes that are sub-classed from this class.