| Changed Methods | 
  
  
  ImageFilter getFilterInstance(ImageConsumer)  
   | 
  
Documentation changed from old to new.    | 
  Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer. | 
  
  
  void imageComplete(int)  
   | 
  
Documentation changed from old to new.    | 
  Filters the information provided in the imageComplete method of the ImageConsumer interface. | 
  
  
  void setColorModel(ColorModel)  
   | 
  
Documentation changed from old to new.    | 
  Filter the information provided in the setColorModel method of the ImageConsumer interface. | 
  
  
  void setDimensions(int, int)  
   | 
  
Documentation changed from old to new.    | 
  Filters the information provided in the setDimensions method of the ImageConsumer interface. | 
  
  
  void setHints(int)  
   | 
  
Documentation changed from old to new.    | 
  Filters the information provided in the setHints method of the ImageConsumer interface. | 
  
  
  void setProperties(Hashtable)  
   | 
  
Documentation changed from old to new.    | 
  Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through. | 
  
  
  void setPixels(int, int, int, int, ColorModel, byte[], int, int)  
   | 
  
Documentation changed from old to new.    | 
  Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes. | 
  
  
  void setPixels(int, int, int, int, ColorModel, int[], int, int)  
   | 
  
Documentation changed from old to new.    | 
  Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers. |