-
Interface Summary Interface Description BufferedImageOp This interface describes single-input/single-output operations performed onBufferedImage
objects.ImageConsumer The interface for objects expressing interest in image data through the ImageProducer interfaces.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.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.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.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. -
Class Summary Class Description AffineTransformOp This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image orRaster
to 2D coordinates in the destination image orRaster
.AreaAveragingScaleFilter An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.BandCombineOp This class performs an arbitrary linear combination of the bands in aRaster
, using a specified matrix.BandedSampleModel This class represents image data which is stored in a band interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.BufferedImage TheBufferedImage
subclass describes anImage
with an accessible buffer of image data.BufferedImageFilter TheBufferedImageFilter
class subclasses anImageFilter
to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp
) to filter aBufferedImage
in the Image Producer/Consumer/Observer paradigm.BufferStrategy TheBufferStrategy
class represents the mechanism with which to organize complex memory on a particularCanvas
orWindow
.ByteLookupTable This class defines a lookup table object.ColorConvertOp This class performs a pixel-by-pixel color conversion of the data in the source image.ColorModel TheColorModel
abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.ComponentColorModel AColorModel
class that works with pixel values that represent color and alpha information as separate samples and that store each sample in a separate data element.ComponentSampleModel This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.ConvolveOp This class implements a convolution from the source to the destination.CropImageFilter An ImageFilter class for cropping images.DataBuffer This class exists to wrap one or more data arrays.DataBufferByte This class extendsDataBuffer
and stores data internally as bytes.DataBufferDouble This class extendsDataBuffer
and stores data internally indouble
form.DataBufferFloat This class extendsDataBuffer
and stores data internally infloat
form.DataBufferInt This class extendsDataBuffer
and stores data internally as integers.DataBufferShort This class extendsDataBuffer
and stores data internally as shorts.DataBufferUShort This class extendsDataBuffer
and stores data internally as shorts.DirectColorModel TheDirectColorModel
class is aColorModel
class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.FilteredImageSource This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.ImageFilter This class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.IndexColorModel 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.Kernel 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.LookupOp This class implements a lookup operation from the source to the destination.LookupTable This abstract class defines a lookup table object.MemoryImageSource This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.MultiPixelPackedSampleModel TheMultiPixelPackedSampleModel
class represents one-banded images and can pack multiple one-sample pixels into one data element.PackedColorModel 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.PixelGrabber The PixelGrabber class implements an ImageConsumer which can be attached to an Image or ImageProducer object to retrieve a subset of the pixels in that image.PixelInterleavedSampleModel This class represents image data which is stored in a pixel interleaved fashion and for which each sample of a pixel occupies one data element of the DataBuffer.Raster A class representing a rectangular array of pixels.ReplicateScaleFilter An ImageFilter class for scaling images using the simplest algorithm.RescaleOp This class performs a pixel-by-pixel rescaling of the data in the source image by multiplying the sample values for each pixel by a scale factor and then adding an offset.RGBImageFilter This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.SampleModel This abstract class defines an interface for extracting samples of pixels in an image.ShortLookupTable This class defines a lookup table object.SinglePixelPackedSampleModel This class represents pixel data packed such that the N samples which make up a single pixel are stored in a single data array element, and each data data array element holds samples for only one pixel.VolatileImage 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).WritableRaster This class extends Raster to provide pixel writing capabilities. -
Exception Summary Exception Description ImagingOpException TheImagingOpException
is thrown if one of theBufferedImageOp
orRasterOp
filter methods cannot process the image.RasterFormatException TheRasterFormatException
is thrown if there is invalid layout information in theRaster
.
Package java.awt.image Description
- Since:
- JDK1.0
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
05/11/2024 14:50:24 Cette version de la page est en cache (à la date du 05/11/2024 14:50:24) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-java/awt/image/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.