RGBImageFilter.canFilterIndexColorModel
Class Overview | Class Members | 
  This Package | 
All Packages
Syntax
 protected boolean canFilterIndexColorModel
Description
 This boolean indicates whether or not it is acceptable to apply
 the color filtering of the filterRGB method to the color table
 entries of an IndexColorModel object in lieu of pixel by pixel
 filtering.  Subclasses should set this variable to true in their
 constructor if their filterRGB method does not depend on the
 coordinate of the pixel being filtered.
  
See Also
     substituteColorModel, filterRGB, IndexColorModel