|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.awt.image | |
com.sun.image.codec.jpeg | Provides classes for encoding and decoding JPEG images. |
com.sun.java.swing | Provides a set of "lightweight" (all-Java |
com.sun.java.swing.table | Provides classes and interfaces for dealing with java.awt.swing. |
com.sun.java.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
com.sun.java.swing.tree | Provides classes and interfaces for dealing with java.awt.swing. |
java.applet | Provides the classes necessary to create an applet and the classes an applet uses to communicate with its applet context. |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
java.awt.image | Provides classes for creating and modifying images. |
java.awt.image.renderable | Provides classes and interfaces for producing rendering-independent images. |
Classes in java.awt.image used by com.sun.image.codec.jpegBufferedImage
|
This subclass describes an Image with an accessible buffer of image data. ColorModel
|
An abstract class that encapsulates the methods for translating a pixel value to color components (e.g. red, green, blue) and an alpha component. Raster
|
A class representing a rectangular array of pixels. |
Classes in java.awt.image used by com.sun.java.swingImageConsumer
|
The interface for objects expressing interest in image data through the ImageProducer interfaces. ImageFilter
|
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. ImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. RGBImageFilter
|
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 com.sun.java.swing.tableImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. |
Classes in java.awt.image used by com.sun.java.swing.textImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. |
Classes in java.awt.image used by com.sun.java.swing.treeImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. |
Classes in java.awt.image used by java.appletImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. |
Classes in java.awt.image used by java.awtBufferedImage
|
This subclass describes an Image with an accessible buffer of image data. BufferedImageOp
|
This interface describes single-input/single-output operations performed on BufferedImage objects. ColorModel
|
An abstract class that encapsulates the methods for translating a pixel value to color components (e.g. red, green, blue) and an alpha component. ImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. ImageProducer
|
The interface for objects which can produce the image data for Images. Raster
|
A class representing a rectangular array of pixels. RenderedImage
|
RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters. WritableRaster
|
This class extends Raster to provide pixel writing capabilities. |
Classes in java.awt.image used by java.awt.imageBufferedImage
|
This subclass describes an Image with an accessible buffer of image data. BufferedImageOp
|
This interface describes single-input/single-output operations performed on BufferedImage objects. ColorModel
|
An abstract class that encapsulates the methods for translating a pixel value to color components (e.g. red, green, blue) and an alpha component. ComponentSampleModel
|
This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer. DataBuffer
|
This class exists to wrap one or more data arrays. ImageConsumer
|
The interface for objects expressing interest in image data through the ImageProducer interfaces. ImageFilter
|
This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer. ImageObserver
|
An asynchronous update interface for receiving notifications about Image information as the Image is constructed. ImageProducer
|
The interface for objects which can produce the image data for Images. IndexColorModel
|
A ColorModel class that works with pixel values consisting of a single sample which is an index into a fixed colormap in the default sRGB ColorSpace. Kernel
|
This class defines a Kernel object. LookupTable
|
This abstract class defines a lookup table object. PackedColorModel
|
An abstract ColorModel 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. Raster
|
A class representing a rectangular array of pixels. RasterOp
|
This interface describes single-input/single-output operations performed on Raster objects. RenderedImage
|
RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters. ReplicateScaleFilter
|
An ImageFilter class for scaling images using the simplest algorithm. SampleModel
|
This abstract class defines an interface for extracting samples of pixels in an image. TileObserver
|
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. WritableRaster
|
This class extends Raster to provide pixel writing capabilities. WritableRenderedImage
|
WriteableRenderedImage 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.renderableImageConsumer
|
The interface for objects expressing interest in image data through the ImageProducer interfaces. ImageProducer
|
The interface for objects which can produce the image data for Images. RenderedImage
|
RenderedImage is a common interface for objects which contain or can produce image data in the form of Rasters. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |