This class uses an affine transform to perform a linear mapping from 2D coordinates in the source image or Raster
to 2D coordinates in the destination image or Raster
.
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
BandCombineOpThis class performs an arbitrary linear combination of the bands in a Raster
, using a specified matrix.
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.
BufferedImageThe
BufferedImage
subclass describes an
Image
with an accessible buffer of image data.
BufferedImageFilterThe
BufferedImageFilter
class subclasses an
ImageFilter
to provide a simple means of using a single-source/single-destination image operator (
BufferedImageOp
) to filter a
BufferedImage
in the Image Producer/Consumer/Observer paradigm.
BufferStrategyThe BufferStrategy
class represents the mechanism with which to organize complex memory on a particular Canvas
or Window
.
This class defines a lookup table object.
ColorConvertOpThis class performs a pixel-by-pixel color conversion of the data in the source image.
ColorModelThe ColorModel
abstract class encapsulates the methods for translating a pixel value to color components (for example, red, green, and blue) and an alpha component.
A ColorModel
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.
This class represents image data which is stored such that each sample of a pixel occupies one data element of the DataBuffer.
ConvolveOpThis class implements a convolution from the source to the destination.
CropImageFilterAn ImageFilter class for cropping images.
DataBufferThis class exists to wrap one or more data arrays.
DataBufferByteThis class extends DataBuffer
and stores data internally as bytes.
This class extends DataBuffer
and stores data internally in double
form.
This class extends DataBuffer
and stores data internally in float
form.
This class extends DataBuffer
and stores data internally as integers.
This class extends DataBuffer
and stores data internally as shorts.
This class extends DataBuffer
and stores data internally as shorts.
The DirectColorModel
class is a ColorModel
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.
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.
ImageFilterThis class implements a filter for the set of interface methods that are used to deliver data from an ImageProducer to an ImageConsumer.
IndexColorModelThe IndexColorModel
class is a ColorModel
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.
The Kernel
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 class implements a lookup operation from the source to the destination.
LookupTableThis abstract class defines a lookup table object.
MemoryImageSourceThis class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.
MultiPixelPackedSampleModelThe MultiPixelPackedSampleModel
class represents one-banded images and can pack multiple one-sample pixels into one data element.
The
PackedColorModel
class is 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.
PixelGrabberThe 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.
PixelInterleavedSampleModelThis 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.
RasterA class representing a rectangular array of pixels.
ReplicateScaleFilterAn ImageFilter class for scaling images using the simplest algorithm.
RescaleOpThis 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.
RGBImageFilterThis class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
SampleModelThis abstract class defines an interface for extracting samples of pixels in an image.
ShortLookupTableThis class defines a lookup table object.
SinglePixelPackedSampleModelThis 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.
VolatileImageVolatileImage 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).
WritableRasterThis class extends Raster to provide pixel writing capabilities.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4