Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P R S T V W X Y

A

ABORT - Static variable in interface java.awt.image.ImageObserver
Production of the image was aborted.
ALLBITS - Static variable in interface java.awt.image.ImageObserver
An image with a single frame, a static image, is complete.
AffineTransformOp - class java.awt.image.AffineTransformOp.
This class performs affine transformation between two images or rasters in 2 dimensions.
AffineTransformOp(AffineTransform, int) - Constructor for class java.awt.image.AffineTransformOp
Construct AffineTransformOp with the given xform and interpolationType.
AffineTransformOp(AffineTransform, RenderingHints) - Constructor for class java.awt.image.AffineTransformOp
Construct AffineTransformOp with the given xform and rendering hints.
AreaAveragingScaleFilter - class java.awt.image.AreaAveragingScaleFilter.
This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
AreaAveragingScaleFilter(int, int) - Constructor for class java.awt.image.AreaAveragingScaleFilter
Construct an instance of AreaAveragingScaleFilter which should be used in conjunction with a FilteredImageSource object.
abortGrabbing() - Method in class java.awt.image.PixelGrabber
Abort pixel grabbing.
addConsumer(ImageConsumer) - Method in class java.awt.image.FilteredImageSource
Used to register an ImageConsumer with this ImageProducer.
addConsumer(ImageConsumer) - Method in interface java.awt.image.ImageProducer
Used to register an ImageConsumer with this ImageProducer.
addConsumer(ImageConsumer) - Method in class java.awt.image.MemoryImageSource
Used to register an ImageConsumer with this ImageProducer.
addTileObserver(TileObserver) - Method in class java.awt.image.BufferedImage
Adds a tile observer.
addTileObserver(TileObserver) - Method in interface java.awt.image.WritableRenderedImage
 
animated - Variable in class java.awt.image.MemoryImageSource
 
averagePixels(int, int, int, int, ColorModel, byte[], int, int, double, double, int) - Method in class java.awt.image.AreaAveragingScaleFilter
This is a really terrible implementation, since it uses the nearest-neighbor method.
averagePixels(int, int, int, int, ColorModel, int[], int, int, double, double, int) - Method in class java.awt.image.AreaAveragingScaleFilter
This is a really terrible implementation, since it uses the nearest-neighbor method.

B

BandCombineOp - class java.awt.image.BandCombineOp.
Filter Raster pixels by applying a matrix.
BandCombineOp(float[][], RenderingHints) - Constructor for class java.awt.image.BandCombineOp
Construct a BandCombineOp.
BandedSampleModel - class java.awt.image.BandedSampleModel.
MultiPixelPackedSampleModel provides a single band model that supports multiple pixels in a single unit.
BandedSampleModel(int, int, int, int) - Constructor for class java.awt.image.BandedSampleModel
 
BandedSampleModel(int, int, int, int, int[], int[]) - Constructor for class java.awt.image.BandedSampleModel
 
BufferStrategy - class java.awt.image.BufferStrategy.
This class describes a strategy for managing image buffering resources on a Canvas or Window.
BufferStrategy() - Constructor for class java.awt.image.BufferStrategy
Creates a new buffer strategy.
BufferedImage - class java.awt.image.BufferedImage.
A buffered image always starts at coordinates (0, 0).
BufferedImage(int, int, int) - Constructor for class java.awt.image.BufferedImage
 
BufferedImage(int, int, int, IndexColorModel) - Constructor for class java.awt.image.BufferedImage
 
BufferedImage(ColorModel, WritableRaster, boolean, Hashtable) - Constructor for class java.awt.image.BufferedImage
 
BufferedImageFilter - class java.awt.image.BufferedImageFilter.
The BufferedImageFilter class wraps BufferedImageOp objects in a Filter.
BufferedImageFilter(BufferedImageOp) - Constructor for class java.awt.image.BufferedImageFilter
 
BufferedImageOp - interface java.awt.image.BufferedImageOp.
NEEDS DOCUMENTATION
ByteLookupTable - class java.awt.image.ByteLookupTable.
ByteLookupTable represents translation arrays for pixel values.
ByteLookupTable(int, byte[][]) - Constructor for class java.awt.image.ByteLookupTable
Creates a new ByteLookupTable instance.
ByteLookupTable(int, byte[]) - Constructor for class java.awt.image.ByteLookupTable
Creates a new ByteLookupTable instance.
bandOffsets - Variable in class java.awt.image.ComponentSampleModel
The offsets to the first sample for each band.
bankData - Variable in class java.awt.image.DataBufferByte
 
bankData - Variable in class java.awt.image.DataBufferDouble
 
bankData - Variable in class java.awt.image.DataBufferFloat
 
bankData - Variable in class java.awt.image.DataBufferInt
 
bankData - Variable in class java.awt.image.DataBufferShort
 
bankData - Variable in class java.awt.image.DataBufferUShort
 
bankIndices - Variable in class java.awt.image.ComponentSampleModel
The indices of the bank used to store each band in a data buffer.
banks - Variable in class java.awt.image.DataBuffer
The number of banks in this buffer.
bitMasks - Variable in class java.awt.image.BandedSampleModel
 
bitMasks - Variable in class java.awt.image.MultiPixelPackedSampleModel
 
bitMasks - Variable in class java.awt.image.SinglePixelPackedSampleModel
 
bitOffsets - Variable in class java.awt.image.BandedSampleModel
 
bitOffsets - Variable in class java.awt.image.MultiPixelPackedSampleModel
 
bitOffsets - Variable in class java.awt.image.SinglePixelPackedSampleModel
 
bits - Variable in class java.awt.image.ColorModel
 
bits1byte - Static variable in class java.awt.image.BufferedImage
 
bits1ushort - Static variable in class java.awt.image.BufferedImage
 
bits3 - Static variable in class java.awt.image.BufferedImage
 
bits4 - Static variable in class java.awt.image.BufferedImage
 
byte_pixel_buffer - Variable in class java.awt.image.PixelGrabber
 
bytes_delivered - Variable in class java.awt.image.PixelGrabber
 

C

COMPLETESCANLINES - Static variable in interface java.awt.image.ImageConsumer
The pixel order is in multiples of complete scanlines.
ColorConvertOp - class java.awt.image.ColorConvertOp.
ColorConvertOp is a filter for converting an image from one colorspace to another colorspace.
ColorConvertOp(ColorSpace, RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Convert BufferedImage through a ColorSpace.
ColorConvertOp(ColorSpace, ColorSpace, RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
 
ColorConvertOp(ICC_Profile[], RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Convert from a source image destination image color space.
ColorConvertOp(RenderingHints) - Constructor for class java.awt.image.ColorConvertOp
Convert from source image color space to destination image color space.
ColorModel - class java.awt.image.ColorModel.
A color model operates with colors in several formats: normalized: component samples are in range [0.0, 1.0]. color model pixel value: all the color component samples for a sigle pixel packed/encoded in a way natural for the color model. color model pixel int value: only makes sense if the natural encoding of a single pixel can fit in a single int value. array of transferType containing a single pixel: the pixel is encoded in the natural way of the color model, taking up as many array elements as needed. sRGB pixel int value: a pixel in sRGB color space, encoded in default 0xAARRGGBB format, assumed not alpha premultiplied. single [0, 255] scaled int samples from default sRGB color space.
ColorModel(int) - Constructor for class java.awt.image.ColorModel
Constructs the default color model.
ColorModel(int, int[], ColorSpace, boolean, boolean, int, int) - Constructor for class java.awt.image.ColorModel
Constructs a ColorModel that translates pixel values to color/alpha components.
ComponentColorModel - class java.awt.image.ComponentColorModel.
 
ComponentColorModel(ColorSpace, int[], boolean, boolean, int, int) - Constructor for class java.awt.image.ComponentColorModel
 
ComponentColorModel(ColorSpace, boolean, boolean, int, int) - Constructor for class java.awt.image.ComponentColorModel
Construct a new ComponentColorModel.
ComponentSampleModel - class java.awt.image.ComponentSampleModel.
ComponentSampleModel supports a flexible organization of pixel samples in memory, permitting pixel samples to be interleaved by band, by scanline, and by pixel.
ComponentSampleModel(int, int, int, int, int, int[]) - Constructor for class java.awt.image.ComponentSampleModel
Creates a new sample model that assumes that all bands are stored in a single bank of the DataBuffer.
ComponentSampleModel(int, int, int, int, int, int[], int[]) - Constructor for class java.awt.image.ComponentSampleModel
Creates a new sample model that assumes that all bands are stored in a single bank of the DataBuffer.
ConvolveOp - class java.awt.image.ConvolveOp.
Convolution filter.
ConvolveOp(Kernel, int, RenderingHints) - Constructor for class java.awt.image.ConvolveOp
Construct a ConvolveOp.
ConvolveOp(Kernel) - Constructor for class java.awt.image.ConvolveOp
Construct a ConvolveOp.
CropImageFilter - class java.awt.image.CropImageFilter.
Currently this filter does almost nothing and needs to be implemented.
CropImageFilter(int, int, int, int) - Constructor for class java.awt.image.CropImageFilter
Construct a new CropImageFilter instance.
calcBitsPerComponent(int[], int) - Static method in class java.awt.image.PackedColorModel
 
canFilterIndexColorModel - Variable in class java.awt.image.RGBImageFilter
Specifies whether to apply the filter to the index entries of the IndexColorModel.
clone() - Method in class java.awt.image.ImageFilter
By default, returns a shallow copy of the object created by Object.clone()
clone() - Method in class java.awt.image.Kernel
 
cloneColorModel(ColorSpace) - Method in class java.awt.image.ColorModel
 
cm - Variable in class java.awt.image.MemoryImageSource
 
coerceData(boolean) - Method in class java.awt.image.BufferedImage
 
coerceData(WritableRaster, boolean) - Method in class java.awt.image.ColorModel
 
coerceData(WritableRaster, boolean) - Method in class java.awt.image.ComponentColorModel
 
coerceData(WritableRaster, boolean) - Method in class java.awt.image.DirectColorModel
 
colorModel - Variable in class java.awt.image.BufferedImage
 
consumer - Variable in class java.awt.image.ImageFilter
The consumer this filter is filtering an image data stream for.
consumerStatus - Variable in class java.awt.image.PixelGrabber
 
consumers - Variable in class java.awt.image.FilteredImageSource
 
consumers - Variable in class java.awt.image.MemoryImageSource
 
contentsLost() - Method in class java.awt.image.BufferStrategy
Returns whether or not the buffer's resources have been reclaimed by the native graphics system.
contentsLost() - Method in class java.awt.image.VolatileImage
Returns true if the contents of the image buffer have been damaged or if the image buffer's resources have been reclaimed by the graphics system.
contentsRestored() - Method in class java.awt.image.BufferStrategy
Returns whether or not the buffer's resources were re-created and cleared to the default background color.
convertColorModelToDefault(int, int, int, int, ColorModel, byte[], int, int) - Method in class java.awt.image.RGBImageFilter
 
convertColorModelToDefault(int, int, int, int, ColorModel, int[], int, int) - Method in class java.awt.image.RGBImageFilter
 
convertToIntDiscrete(Raster, boolean) - Method in class java.awt.image.IndexColorModel
Construct a BufferedImage with rgb pixel values from a Raster.
copyData(WritableRaster) - Method in class java.awt.image.BufferedImage
 
copyData(WritableRaster) - Method in interface java.awt.image.RenderedImage
 
copyimage(BufferedImage, BufferedImage) - Method in class java.awt.image.ColorConvertOp
 
copyraster(Raster, ColorSpace, WritableRaster, ColorSpace) - Method in class java.awt.image.ColorConvertOp
 
createBandedRaster(int, int, int, int, Point) - Static method in class java.awt.image.Raster
 
createBandedRaster(int, int, int, int, int[], int[], Point) - Static method in class java.awt.image.Raster
 
createBandedRaster(DataBuffer, int, int, int, int[], int[], Point) - Static method in class java.awt.image.Raster
 
createBankArray(int) - Static method in class java.awt.image.BandedSampleModel
 
createChild(int, int, int, int, int, int, int[]) - Method in class java.awt.image.Raster
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.AffineTransformOp
Creates empty BufferedImage with the size equal to that of the transformed image and correct number of bands.
createCompatibleDestImage(BufferedImage, ColorModel) - Method in interface java.awt.image.BufferedImageOp
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.ColorConvertOp
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.ConvolveOp
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.LookupOp
 
createCompatibleDestImage(BufferedImage, ColorModel) - Method in class java.awt.image.RescaleOp
 
createCompatibleDestRaster(Raster) - Method in class java.awt.image.AffineTransformOp
Creates empty WritableRaster with the size equal to the transformed source raster and correct number of bands
createCompatibleDestRaster(Raster) - Method in class java.awt.image.BandCombineOp
Creates a new WritableRaster that can be used as the destination for this Op.
createCompatibleDestRaster(Raster) - Method in class java.awt.image.ColorConvertOp
 
createCompatibleDestRaster(Raster) - Method in class java.awt.image.ConvolveOp
 
createCompatibleDestRaster(Raster) - Method in class java.awt.image.LookupOp
 
createCompatibleDestRaster(Raster) - Method in interface java.awt.image.RasterOp
 
createCompatibleDestRaster(Raster) - Method in class java.awt.image.RescaleOp
 
createCompatibleSampleModel(int, int) - Method in class java.awt.image.BandedSampleModel
 
createCompatibleSampleModel(int, int) - Method in class java.awt.image.ColorModel
 
createCompatibleSampleModel(int, int) - Method in class java.awt.image.ComponentColorModel
Creates a SampleModel whose arrangement of pixel data is compatible to this ColorModel.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.ComponentSampleModel
Creates a new sample model that is compatible with this one, but with the specified dimensions.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.MultiPixelPackedSampleModel
 
createCompatibleSampleModel(int, int) - Method in class java.awt.image.PackedColorModel
 
createCompatibleSampleModel(int, int) - Method in class java.awt.image.PixelInterleavedSampleModel
Creates a new SampleModel that is like this one, but uses the specified width and height.
createCompatibleSampleModel(int, int) - Method in class java.awt.image.SampleModel
 
createCompatibleSampleModel(int, int) - Method in class java.awt.image.SinglePixelPackedSampleModel
 
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.ColorModel
 
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.ComponentColorModel
 
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.DirectColorModel
Creates a WriteableRaster that has a SampleModel that is compatible with this ColorModel.
createCompatibleWritableRaster() - Method in class java.awt.image.Raster
 
createCompatibleWritableRaster(int, int) - Method in class java.awt.image.Raster
 
createCompatibleWritableRaster(Rectangle) - Method in class java.awt.image.Raster
 
createCompatibleWritableRaster(int, int, int, int) - Method in class java.awt.image.Raster
 
createDataBuffer() - Method in class java.awt.image.ComponentSampleModel
Creates a new data buffer that is compatible with this sample model.
createDataBuffer() - Method in class java.awt.image.MultiPixelPackedSampleModel
Creates a DataBuffer for holding pixel data in the format and layout described by this SampleModel.
createDataBuffer() - Method in class java.awt.image.SampleModel
 
createDataBuffer() - Method in class java.awt.image.SinglePixelPackedSampleModel
Creates a DataBuffer for holding pixel data in the format and layout described by this SampleModel.
createGraphics() - Method in class java.awt.image.BufferedImage
 
createGraphics() - Method in class java.awt.image.VolatileImage
Returns a Graphics2D object that can be used to draw onto this image.
createInterleavedRaster(int, int, int, int, Point) - Static method in class java.awt.image.Raster
 
createInterleavedRaster(int, int, int, int, int, int[], Point) - Static method in class java.awt.image.Raster
 
createInterleavedRaster(DataBuffer, int, int, int, int, int[], Point) - Static method in class java.awt.image.Raster
 
createPackedRaster(int, int, int, int[], Point) - Static method in class java.awt.image.Raster
 
createPackedRaster(int, int, int, int, int, Point) - Static method in class java.awt.image.Raster
 
createPackedRaster(DataBuffer, int, int, int, int[], Point) - Static method in class java.awt.image.Raster
 
createPackedRaster(DataBuffer, int, int, int, Point) - Static method in class java.awt.image.Raster
 
createRaster(SampleModel, DataBuffer, Point) - Static method in class java.awt.image.Raster
 
createSubsetSampleModel(int[]) - Method in class java.awt.image.BandedSampleModel
 
createSubsetSampleModel(int[]) - Method in class java.awt.image.ComponentSampleModel
Creates a new sample model that provides access to a subset of the bands that this sample model supports.
createSubsetSampleModel(int[]) - Method in class java.awt.image.MultiPixelPackedSampleModel
 
createSubsetSampleModel(int[]) - Method in class java.awt.image.PixelInterleavedSampleModel
Creates a new SampleModel that is like this one, but uses only a subset of its bands.
createSubsetSampleModel(int[]) - Method in class java.awt.image.SampleModel
Return a SampleModel with a subset of the bands in this model.
createSubsetSampleModel(int[]) - Method in class java.awt.image.SinglePixelPackedSampleModel
 
createTranslatedChild(int, int) - Method in class java.awt.image.Raster
 
createWritableChild(int, int, int, int, int, int, int[]) - Method in class java.awt.image.WritableRaster
 
createWritableRaster(SampleModel, Point) - Static method in class java.awt.image.Raster
 
createWritableRaster(SampleModel, DataBuffer, Point) - Static method in class java.awt.image.Raster
 
createWritableTranslatedChild(int, int) - Method in class java.awt.image.WritableRaster
 
cspace - Variable in class java.awt.image.ColorModel
 

D

DataBuffer - class java.awt.image.DataBuffer.
Class that manages arrays of data elements.
DataBuffer(int, int) - Constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type and size.
DataBuffer(int, int, int) - Constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type, size and number of banks.
DataBuffer(int, int, int, int) - Constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type, size and number of banks.
DataBuffer(int, int, int, int[]) - Constructor for class java.awt.image.DataBuffer
Creates a new DataBuffer with the specified data type, size and number of banks.
DataBufferByte - class java.awt.image.DataBufferByte.
A DataBuffer that uses an array of byte primitives to represent each of its banks.
DataBufferByte(int) - Constructor for class java.awt.image.DataBufferByte
Creates a new data buffer with a single data bank containing the specified number of byte elements.
DataBufferByte(int, int) - Constructor for class java.awt.image.DataBufferByte
Creates a new data buffer with the specified number of data banks, each containing the specified number of byte elements.
DataBufferByte(byte[], int) - Constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data bank.
DataBufferByte(byte[], int, int) - Constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferByte(byte[][], int) - Constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data banks.
DataBufferByte(byte[][], int, int[]) - Constructor for class java.awt.image.DataBufferByte
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferDouble - class java.awt.image.DataBufferDouble.
A DataBuffer that uses an array of double primitives to represent each of its banks.
DataBufferDouble(int) - Constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer with a single data bank containing the specified number of double elements.
DataBufferDouble(int, int) - Constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer with the specified number of data banks, each containing the specified number of double elements.
DataBufferDouble(double[], int) - Constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data bank.
DataBufferDouble(double[], int, int) - Constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferDouble(double[][], int) - Constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data banks.
DataBufferDouble(double[][], int, int[]) - Constructor for class java.awt.image.DataBufferDouble
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferFloat - class java.awt.image.DataBufferFloat.
A DataBuffer that uses an array of float primitives to represent each of its banks.
DataBufferFloat(int) - Constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer with a single data bank containing the specified number of float elements.
DataBufferFloat(int, int) - Constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer with the specified number of data banks, each containing the specified number of float elements.
DataBufferFloat(float[], int) - Constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data bank.
DataBufferFloat(float[], int, int) - Constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferFloat(float[][], int) - Constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data banks.
DataBufferFloat(float[][], int, int[]) - Constructor for class java.awt.image.DataBufferFloat
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferInt - class java.awt.image.DataBufferInt.
A DataBuffer that uses an array of int primitives to represent each of its banks.
DataBufferInt(int) - Constructor for class java.awt.image.DataBufferInt
Creates a new data buffer with a single data bank containing the specified number of int elements.
DataBufferInt(int, int) - Constructor for class java.awt.image.DataBufferInt
Creates a new data buffer with the specified number of data banks, each containing the specified number of int elements.
DataBufferInt(int[], int) - Constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data bank.
DataBufferInt(int[], int, int) - Constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferInt(int[][], int) - Constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data banks.
DataBufferInt(int[][], int, int[]) - Constructor for class java.awt.image.DataBufferInt
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferShort - class java.awt.image.DataBufferShort.
A DataBuffer that uses an array of short primitives to represent each of its banks.
DataBufferShort(int) - Constructor for class java.awt.image.DataBufferShort
Creates a new data buffer with a single data bank containing the specified number of short elements.
DataBufferShort(int, int) - Constructor for class java.awt.image.DataBufferShort
Creates a new data buffer with the specified number of data banks, each containing the specified number of short elements.
DataBufferShort(short[], int) - Constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data bank.
DataBufferShort(short[], int, int) - Constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferShort(short[][], int) - Constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data banks.
DataBufferShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferShort
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DataBufferUShort - class java.awt.image.DataBufferUShort.
A DataBuffer that uses an array of short primitives to represent each of its banks.
DataBufferUShort(int) - Constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer with a single data bank containing the specified number of short elements.
DataBufferUShort(int, int) - Constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer with the specified number of data banks, each containing the specified number of short elements.
DataBufferUShort(short[], int) - Constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data bank.
DataBufferUShort(short[], int, int) - Constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data bank, with the specified offset to the first element.
DataBufferUShort(short[][], int) - Constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data banks.
DataBufferUShort(short[][], int, int[]) - Constructor for class java.awt.image.DataBufferUShort
Creates a new data buffer backed by the specified data banks, with the specified offsets to the first element in each bank.
DirectColorModel - class java.awt.image.DirectColorModel.
 
DirectColorModel(int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
For the color model created with this constructor the pixels will have fully opaque alpha components with a value of 255.
DirectColorModel(int, int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
For the color model created with this constructor the pixels will have fully opaque alpha components with a value of 255.
DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int) - Constructor for class java.awt.image.DirectColorModel
 
data - Variable in class java.awt.image.ByteLookupTable
 
data - Variable in class java.awt.image.DataBufferByte
 
data - Variable in class java.awt.image.DataBufferDouble
 
data - Variable in class java.awt.image.DataBufferFloat
 
data - Variable in class java.awt.image.DataBufferInt
 
data - Variable in class java.awt.image.DataBufferShort
 
data - Variable in class java.awt.image.DataBufferUShort
 
data - Variable in class java.awt.image.Kernel
 
data - Variable in class java.awt.image.ShortLookupTable
 
dataBitOffset - Variable in class java.awt.image.BandedSampleModel
 
dataBitOffset - Variable in class java.awt.image.MultiPixelPackedSampleModel
 
dataBuffer - Variable in class java.awt.image.Raster
 
dataType - Variable in class java.awt.image.DataBuffer
The type of the data elements stored in the data buffer.
dataType - Variable in class java.awt.image.SampleModel
The DataBuffer type that is used to store the data of the image described.
destHeight - Variable in class java.awt.image.ReplicateScaleFilter
The height of the destination image.
destWidth - Variable in class java.awt.image.ReplicateScaleFilter
The width of the destination image.
dstcs - Variable in class java.awt.image.ColorConvertOp
 

E

EDGE_NO_OP - Static variable in class java.awt.image.ConvolveOp
Edge pixels are copied from the source.
EDGE_ZERO_FILL - Static variable in class java.awt.image.ConvolveOp
Edge pixels are set to 0.
ERROR - Static variable in interface java.awt.image.ImageObserver
An error was encountered while producing the image.
edge - Variable in class java.awt.image.ConvolveOp
 
elemBits - Variable in class java.awt.image.BandedSampleModel
 
elemBits - Variable in class java.awt.image.MultiPixelPackedSampleModel
 
equals(Object) - Method in class java.awt.image.ColorModel
 
equals(Object) - Method in class java.awt.image.ComponentColorModel
 
equals(Object) - Method in class java.awt.image.ComponentSampleModel
Tests this sample model for equality with an arbitrary object.
equals(Object) - Method in class java.awt.image.PackedColorModel
 
extractAndNormalizeSample(int, int) - Method in class java.awt.image.DirectColorModel
 
extractAndScaleSample(int, int) - Method in class java.awt.image.DirectColorModel
 

F

FRAMEBITS - Static variable in interface java.awt.image.ImageObserver
All the pixels needed to draw a complete frame of a multi-frame image are available.
FilteredImageSource - class java.awt.image.FilteredImageSource.
 
FilteredImageSource(ImageProducer, ImageFilter) - Constructor for class java.awt.image.FilteredImageSource
The given filter is applied to the given image producer to create a new image producer.
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.AffineTransformOp
Transforms source image using transform specified at the constructor.
filter(Raster, WritableRaster) - Method in class java.awt.image.AffineTransformOp
Transforms source raster using transform specified at the constructor.
filter(Raster, WritableRaster) - Method in class java.awt.image.BandCombineOp
Filter Raster pixels through a matrix.
filter(BufferedImage, BufferedImage) - Method in interface java.awt.image.BufferedImageOp
 
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ColorConvertOp
 
filter(Raster, WritableRaster) - Method in class java.awt.image.ColorConvertOp
 
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.ConvolveOp
 
filter(Raster, WritableRaster) - Method in class java.awt.image.ConvolveOp
 
filter - Variable in class java.awt.image.FilteredImageSource
 
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.LookupOp
 
filter(Raster, WritableRaster) - Method in class java.awt.image.LookupOp
Filter a raster through a lookup table.
filter(Raster, WritableRaster) - Method in interface java.awt.image.RasterOp
 
filter(BufferedImage, BufferedImage) - Method in class java.awt.image.RescaleOp
 
filter(Raster, WritableRaster) - Method in class java.awt.image.RescaleOp
 
filterIndexColorModel(IndexColorModel) - Method in class java.awt.image.RGBImageFilter
Filters an IndexColorModel through the filterRGB function.
filterRGB(int, int, int) - Method in class java.awt.image.RGBImageFilter
Filters a single pixel from the default ColorModel.
filterRGBPixels(int, int, int, int, int[], int, int) - Method in class java.awt.image.RGBImageFilter
This functions filters a set of RGB pixels through filterRGB.
finalize() - Method in class java.awt.image.ColorModel
 
flush() - Method in class java.awt.image.BufferedImage
 
flush() - Method in class java.awt.image.VolatileImage
Releases the system resources taken by this image.
forceRGB - Variable in class java.awt.image.PixelGrabber
 
fullbuffers - Variable in class java.awt.image.MemoryImageSource
 

G

getAlpha(int) - Method in class java.awt.image.ColorModel
Extract alpha int sample from pixel value, scaled to [0, 255].
getAlpha(Object) - Method in class java.awt.image.ColorModel
 
getAlpha(int) - Method in class java.awt.image.ComponentColorModel
 
getAlpha(Object) - Method in class java.awt.image.ComponentColorModel
 
getAlpha(int) - Method in class java.awt.image.DirectColorModel
Get the alpha component of the given pixel.
getAlpha(Object) - Method in class java.awt.image.DirectColorModel
 
getAlpha(int) - Method in class java.awt.image.IndexColorModel
Returns the alpha component of the color in the lookup table for the given pixel value.
getAlphaMask() - Method in class java.awt.image.DirectColorModel
 
getAlphaRaster() - Method in class java.awt.image.BufferedImage
 
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ColorModel
Subclasses must override this method if it is possible for the color model to have an alpha channel.
getAlphaRaster(WritableRaster) - Method in class java.awt.image.ComponentColorModel
 
getAlphaRaster(WritableRaster) - Method in class java.awt.image.PackedColorModel
 
getAlphas(byte[]) - Method in class java.awt.image.IndexColorModel
Fills the supplied array with the alpha component of each color in the lookup table.
getBandOffsets() - Method in class java.awt.image.ComponentSampleModel
Returns the offsets to the first sample in each band.
getBankData() - Method in class java.awt.image.DataBufferByte
Returns the array underlying this DataBuffer.
getBankData() - Method in class java.awt.image.DataBufferDouble
Returns the array underlying this DataBuffer.
getBankData() - Method in class java.awt.image.DataBufferFloat
Returns the array underlying this DataBuffer.
getBankData() - Method in class java.awt.image.DataBufferInt
Returns the array underlying this DataBuffer.
getBankData() - Method in class java.awt.image.DataBufferShort
Returns the array underlying this DataBuffer.
getBankData() - Method in class java.awt.image.DataBufferUShort
Returns the array underlying this DataBuffer.
getBankIndices() - Method in class java.awt.image.ComponentSampleModel
Returns the indices of the bank(s) in the DataBuffer used to store the samples for each band.
getBitMasks() - Method in class java.awt.image.SinglePixelPackedSampleModel
 
getBitOffset(int) - Method in class java.awt.image.MultiPixelPackedSampleModel
 
getBitOffsets() - Method in class java.awt.image.SinglePixelPackedSampleModel
 
getBlue(int) - Method in class java.awt.image.ColorModel
Converts pixel value to sRGB and extract blue int sample scaled to range [0, 255].
getBlue(Object) - Method in class java.awt.image.ColorModel
 
getBlue(int) - Method in class java.awt.image.ComponentColorModel
 
getBlue(Object) - Method in class java.awt.image.ComponentColorModel
 
getBlue(int) - Method in class java.awt.image.DirectColorModel
Get the blue component of the given pixel.
getBlue(Object) - Method in class java.awt.image.DirectColorModel
 
getBlue(int) - Method in class java.awt.image.IndexColorModel
Returns the blue component of the color in the lookup table for the given pixel value.
getBlueMask() - Method in class java.awt.image.DirectColorModel
 
getBlues(byte[]) - Method in class java.awt.image.IndexColorModel
Fills the supplied array with the blue component of each color in the lookup table.
getBounds() - Method in class java.awt.image.Raster
 
getBounds2D(BufferedImage) - Method in class java.awt.image.AffineTransformOp
Transforms source image using transform specified at the constructor and returns bounds of the transformed image.
getBounds2D(Raster) - Method in class java.awt.image.AffineTransformOp
Returns bounds of the transformed raster.
getBounds2D(Raster) - Method in class java.awt.image.BandCombineOp
 
getBounds2D(BufferedImage) - Method in interface java.awt.image.BufferedImageOp
 
getBounds2D(BufferedImage) - Method in class java.awt.image.ColorConvertOp
 
getBounds2D(Raster) - Method in class java.awt.image.ColorConvertOp
 
getBounds2D(BufferedImage) - Method in class java.awt.image.ConvolveOp
 
getBounds2D(Raster) - Method in class java.awt.image.ConvolveOp
 
getBounds2D(BufferedImage) - Method in class java.awt.image.LookupOp
 
getBounds2D(Raster) - Method in class java.awt.image.LookupOp
 
getBounds2D(Raster) - Method in interface java.awt.image.RasterOp
 
getBounds2D(BufferedImage) - Method in class java.awt.image.RescaleOp
 
getBounds2D(Raster) - Method in class java.awt.image.RescaleOp
 
getBufferedImageOp() - Method in class java.awt.image.BufferedImageFilter
 
getCapabilities() - Method in class java.awt.image.BufferStrategy
Retrieves the capabilities of this buffer strategy.
getCapabilities() - Method in class java.awt.image.VolatileImage
Returns the capabilities of this image buffer.
getColorModel() - Method in class java.awt.image.BufferedImage
 
getColorModel() - Method in class java.awt.image.PixelGrabber
 
getColorModel() - Method in interface java.awt.image.RenderedImage
 
getColorSpace() - Method in class java.awt.image.ColorModel
 
getComponentSize(int) - Method in class java.awt.image.ColorModel
 
getComponentSize() - Method in class java.awt.image.ColorModel
 
getComponents(int, int[], int) - Method in class java.awt.image.ColorModel
Fills an array with the unnormalized component samples from a pixel value.
getComponents(Object, int[], int) - Method in class java.awt.image.ColorModel
Fills an array with the unnormalized component samples from an array of transferType containing a single pixel.
getComponents(int, int[], int) - Method in class java.awt.image.ComponentColorModel
 
getComponents(Object, int[], int) - Method in class java.awt.image.ComponentColorModel
 
getComponents(int, int[], int) - Method in class java.awt.image.DirectColorModel
Fills an array with the unnormalized component samples from a pixel value.
getComponents(Object, int[], int) - Method in class java.awt.image.DirectColorModel
 
getData() - Method in class java.awt.image.BufferedImage
 
getData(Rectangle) - Method in class java.awt.image.BufferedImage
 
getData() - Method in class java.awt.image.DataBufferByte
Returns the first data bank.
getData(int) - Method in class java.awt.image.DataBufferByte
Returns a data bank.
getData() - Method in class java.awt.image.DataBufferDouble
Returns the first data bank.
getData(int) - Method in class java.awt.image.DataBufferDouble
Returns a data bank.
getData() - Method in class java.awt.image.DataBufferFloat
Returns the first data bank.
getData(int) - Method in class java.awt.image.DataBufferFloat
Returns a data bank.
getData() - Method in class java.awt.image.DataBufferInt
Returns the first data bank.
getData(int) - Method in class java.awt.image.DataBufferInt
Returns a data bank.
getData() - Method in class java.awt.image.DataBufferShort
Returns the first data bank.
getData(int) - Method in class java.awt.image.DataBufferShort
Returns a data bank.
getData() - Method in class java.awt.image.DataBufferUShort
Returns the first data bank.
getData(int) - Method in class java.awt.image.DataBufferUShort
Returns a data bank.
getData() - Method in interface java.awt.image.RenderedImage
 
getData(Rectangle) - Method in interface java.awt.image.RenderedImage
 
getDataBitOffset() - Method in class java.awt.image.MultiPixelPackedSampleModel
 
getDataBuffer() - Method in class java.awt.image.Raster
 
getDataElement(int[], int) - Method in class java.awt.image.ColorModel
Converts the unnormalized component samples from an array to a pixel value.
getDataElement(float[], int) - Method in class java.awt.image.ColorModel
Converts the normalized component samples from an array to a pixel value.
getDataElement(int[], int) - Method in class java.awt.image.ComponentColorModel
 
getDataElement(int[], int) - Method in class java.awt.image.DirectColorModel
 
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.BandedSampleModel
Extract all samples of one pixel and return in an array of transfer type.
getDataElements(int, Object) - Method in class java.awt.image.ColorModel
Converts an sRGB pixel int value to an array containing a single pixel of the color space of the color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.ColorModel
 
getDataElements(float[], int, Object) - Method in class java.awt.image.ColorModel
Converts the normalized component samples from an array to an array of TransferType values.
getDataElements(int, Object) - Method in class java.awt.image.ComponentColorModel
 
getDataElements(int[], int, Object) - Method in class java.awt.image.ComponentColorModel
 
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns the samples for the pixel at location (x, y) in a primitive array (the array type is determined by the data type for this model).
getDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.ComponentSampleModel
Returns the samples for the pixels in the region defined by (x, y, w, h) in a primitive array (the array type is determined by the data type for this model).
getDataElements(int, Object) - Method in class java.awt.image.DirectColorModel
Converts a normalized pixel int value in the sRGB color space to an array containing a single pixel of the color space of the color model.
getDataElements(int[], int, Object) - Method in class java.awt.image.DirectColorModel
 
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.MultiPixelPackedSampleModel
Extract one pixel and return in an array of transfer type.
getDataElements(int, int, Object) - Method in class java.awt.image.Raster
 
getDataElements(int, int, int, int, Object) - Method in class java.awt.image.Raster
 
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
This method is provided as a faster alternative to getPixel(), that can be used when there is no need to decode the pixel into separate sample values.
getDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SampleModel
 
getDataElements(int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
 
getDataElements(int, int, int, int, Object, DataBuffer) - Method in class java.awt.image.SinglePixelPackedSampleModel
This is a more efficient implementation of the default implementation in the super class.
getDataType() - Method in class java.awt.image.DataBuffer
Returns the type of the data elements in the data buffer.
getDataType() - Method in class java.awt.image.SampleModel
 
getDataTypeSize(int) - Static method in class java.awt.image.DataBuffer
Returns the size (number of bits) of the specified data type.
getDrawGraphics() - Method in class java.awt.image.BufferStrategy
Retrieves a graphics object that can be used to draw using this buffer strategy.
getEdgeCondition() - Method in class java.awt.image.ConvolveOp
 
getElem(int) - Method in class java.awt.image.DataBuffer
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBuffer
Returns an element from a particular data bank.
getElem(int) - Method in class java.awt.image.DataBufferByte
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBufferByte
Returns an element from a particular data bank.
getElem(int) - Method in class java.awt.image.DataBufferDouble
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBufferDouble
Returns an element from a particular data bank.
getElem(int) - Method in class java.awt.image.DataBufferFloat
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBufferFloat
Returns an element from a particular data bank.
getElem(int) - Method in class java.awt.image.DataBufferInt
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBufferInt
Returns an element from a particular data bank.
getElem(int) - Method in class java.awt.image.DataBufferShort
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBufferShort
Returns an element from a particular data bank.
getElem(int) - Method in class java.awt.image.DataBufferUShort
Returns an element from the first data bank.
getElem(int, int) - Method in class java.awt.image.DataBufferUShort
Returns an element from a particular data bank.
getElemDouble(int) - Method in class java.awt.image.DataBuffer
Returns an element from the first data bank, converted to a double.
getElemDouble(int, int) - Method in class java.awt.image.DataBuffer
Returns an element from a particular data bank, converted to a double.
getElemDouble(int) - Method in class java.awt.image.DataBufferDouble
 
getElemDouble(int, int) - Method in class java.awt.image.DataBufferDouble
 
getElemDouble(int) - Method in class java.awt.image.DataBufferFloat
 
getElemDouble(int, int) - Method in class java.awt.image.DataBufferFloat
 
getElemFloat(int) - Method in class java.awt.image.DataBuffer
Returns an element from the first data bank, converted to a float.
getElemFloat(int, int) - Method in class java.awt.image.DataBuffer
Returns an element from a particular data bank, converted to a float.
getElemFloat(int) - Method in class java.awt.image.DataBufferDouble
 
getElemFloat(int, int) - Method in class java.awt.image.DataBufferDouble