Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.awt.image.IndexColorModel

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.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.