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

Quick Search    Search Deep

Uses of Class
java.awt.image.IndexColorModel

Uses of IndexColorModel in java.awt.image
 

Methods in java.awt.image that return IndexColorModel
 IndexColorModel RGBImageFilter.filterIndexColorModel(IndexColorModel icm)
          Filters an IndexColorModel through the filterRGB function.
 

Methods in java.awt.image with parameters of type IndexColorModel
 IndexColorModel RGBImageFilter.filterIndexColorModel(IndexColorModel icm)
          Filters an IndexColorModel through the filterRGB function.
 

Constructors in java.awt.image with parameters of type IndexColorModel
BufferedImage(int w, int h, int type, IndexColorModel indexcolormodel)