|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexColorModel | |
java.awt.image | Provides classes for creating and modifying images. |
Uses of IndexColorModel in java.awt.image |
Methods in java.awt.image that return IndexColorModel | |
IndexColorModel |
RGBImageFilter.filterIndexColorModel(IndexColorModel icm)
Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide. |
Methods in java.awt.image with parameters of type IndexColorModel | |
IndexColorModel |
RGBImageFilter.filterIndexColorModel(IndexColorModel icm)
Filters an IndexColorModel object by running each entry in its color tables through the filterRGB function that RGBImageFilter subclasses must provide. |
Constructors in java.awt.image with parameters of type IndexColorModel | |
BufferedImage.BufferedImage(int width,
int height,
int imageType,
IndexColorModel cm)
Constructs a BufferedImage of one of the predefined
image types:
TYPE_BYTE_BINARY or TYPE_BYTE_INDEXED |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |