Uses of Package
java.awt.image
Packages that use java.awt.image
Package
Description
Provides the classes necessary to create an applet and the classes an applet
uses to communicate with its applet context.
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes for creating and modifying images.
Provides classes and interfaces for producing rendering-independent images.
The main package of the Java Image I/O API.
A package of the Java Image I/O API dealing with synchronous notification of
events during the reading and writing of images.
A package of the Java Image I/O API containing the plug-in interfaces for
readers, writers, transcoders, and streams, and a runtime registry.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
Contains classes and interfaces used by the
JColorChooser
component.Provides user interface objects built according to the Basic look and feel.
Provides user interface objects built according to the Java look and feel
(once codenamed Metal), which is the default look and feel.
Provides classes and interfaces for dealing with
javax.swing.JTable
.Provides classes and interfaces that deal with editable and noneditable text
components.
Provides classes and interfaces for dealing with
javax.swing.JTree
.-
Classes in java.awt.image used by java.appletClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.
-
Classes in java.awt.image used by java.awtClassDescriptionThe
BufferedImage
subclass describes anImage
with an accessible buffer of image data.This interface describes single-input/single-output operations performed onBufferedImage
objects.TheBufferStrategy
class represents the mechanism with which to organize complex memory on a particularCanvas
orWindow
.TheColorModel
abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.An asynchronous update interface for receiving notifications about Image information as the Image is constructed.The interface for objects which can produce the image data for Images.This interface is designed to be an optional additional API supported by some implementations ofImage
to allow them to provide alternate images for various rendering resolutions.A class representing a rectangular array of pixels.RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.VolatileImage is an image which can lose its contents at any time due to circumstances beyond the control of the application (e.g., situations caused by the operating system or by other applications).This class extends Raster to provide pixel writing capabilities. -
Classes in java.awt.image used by java.awt.imageClassDescriptionThis class provides default implementations of several
Image
methods for classes that want to implement theMultiResolutionImage
interface.TheBufferedImage
subclass describes anImage
with an accessible buffer of image data.This interface describes single-input/single-output operations performed onBufferedImage
objects.TheColorModel
abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.This class exists to wrap one or more data arrays.The interface for objects expressing interest in image data through the ImageProducer interfaces.This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.An asynchronous update interface for receiving notifications about Image information as the Image is constructed.The interface for objects which can produce the image data for Images.TheIndexColorModel
class is aColorModel
class that works with pixel values consisting of a single sample that is an index into a fixed colormap in the default sRGB color space.TheKernel
class defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.This abstract class defines a lookup table object.This interface is designed to be an optional additional API supported by some implementations ofImage
to allow them to provide alternate images for various rendering resolutions.ThePackedColorModel
class is an abstractColorModel
class that works with pixel values which represent color and alpha information as separate samples and which pack all samples for a single pixel into a single int, short, or byte quantity.A class representing a rectangular array of pixels.This interface describes single-input/single-output operations performed on Raster objects.RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.An ImageFilter class for scaling images using the simplest algorithm.This abstract class defines an interface for extracting samples of pixels in an image.An interface for objects that wish to be informed when tiles of a WritableRenderedImage become modifiable by some writer via a call to getWritableTile, and when they become unmodifiable via the last call to releaseWritableTile.This class extends Raster to provide pixel writing capabilities.WritableRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters and which can be modified and/or written over. -
Classes in java.awt.image used by java.awt.image.renderableClassDescriptionThe interface for objects expressing interest in image data through the ImageProducer interfaces.The interface for objects which can produce the image data for Images.RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.
-
Classes in java.awt.image used by javax.imageioClassDescriptionThe
BufferedImage
subclass describes anImage
with an accessible buffer of image data.TheColorModel
abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.A class representing a rectangular array of pixels.RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.This abstract class defines an interface for extracting samples of pixels in an image. -
Classes in java.awt.image used by javax.imageio.eventClassDescriptionThe
BufferedImage
subclass describes anImage
with an accessible buffer of image data. -
Classes in java.awt.image used by javax.imageio.spiClassDescriptionRenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters.
-
Classes in java.awt.image used by javax.swingClassDescriptionThe interface for objects expressing interest in image data through the ImageProducer interfaces.This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.An asynchronous update interface for receiving notifications about Image information as the Image is constructed.This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
-
Classes in java.awt.image used by javax.swing.colorchooserClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.
-
Classes in java.awt.image used by javax.swing.plaf.basicClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.
-
Classes in java.awt.image used by javax.swing.plaf.metalClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.
-
Classes in java.awt.image used by javax.swing.tableClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.
-
Classes in java.awt.image used by javax.swing.textClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.
-
Classes in java.awt.image used by javax.swing.treeClassDescriptionAn asynchronous update interface for receiving notifications about Image information as the Image is constructed.