Java Reference
In-Depth Information
AreaAveragingScaleFilter The AreaAveragingScaleFilter class is used to scale
images using a simple area averaging algorithm that
produces smoother results than the nearest neighbor
a lgorithm.
ColorModel
The ColorModel class is an abstract class encapsulating
methods for translating a pixel value to color components
a nd an alpha component.
CropImageFilter
The CropImagefilter class is used for cropping images.
DirectColorModel
The DirectColorModel 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.
FilteredImageSource
The FilteredImageSource class is an implementation of
the ImageProducer interface which takes an existing
image and a filter object and uses them to produce image
d ata for a new filtered version of the original image.
ImageFilter
The ImageFilter class implements a filter for the set of
interface methods that are used to deliver data from an
I mageProducer to an ImageConsumer .
IndexColorModel
The IndexColorModel class that works with pixel values
consisting of a single sample which is an index into a fixed
c olormap.
MemoryImageSource
The MemoryImageSource is an implementation of the
ImageProducer interface which uses an array to produce
pixel values for an Image.
PixelGrabber
The PixelGrabber class is an implementation of the
ImageConsumer class which can be attached to an Image
or ImageProducer object to retrieve a subset of the pixels
i n that image.
ReplicateScaleFilter
The ReplicateScaleFilter class is used for scaling
i mages using the simplest algorithm.
RGBImageFilter
The RGBImageFilter class provides an easy way to
create an ImageFilter which modifies the pixels of an
i mage in the default RGB ColorModel .
The javax.microedition.pim Package
This package contains all of the classes for accessing the Personal Information Manager for PDAP
applications.
Interfaces
Contact The Contact interface defines all methods that need to be implemented by a
Contact object of an address book.
ContactList The ContactList interface defines all methods that need to be implemented
by a ContactList object which is used to store the Contact s of an address
b ook
Event The Event interface defines all methods that needs to be implemented by an
Event object of a calendar.
EventList The EventList interface defines all methods that needs to be implemented
b y a EventList object which is used to store Event s of a given calendar.
PIMElement The PIMElement interface defines all methods necessary for an element of a
P IMList . Interfaces extending the PIMElement interface are Contact ,
Search WWH ::




Custom Search