java.lang.Objectjava.awt.image.ImageFilter
All Implemented Interfaces:
Cloneable, ImageConsumer
Direct Known Subclasses:
AreaAveragingScaleFilter, ReplicateScaleFilter, CropImageFilter, OceanToolBarImageFilter, GrayFilter, RGBImageFilter, DebugGraphicsFilter, BufferedImageFilter, OceanDisabledButtonImageFilter
Jim - Graham| Field Summary | ||
|---|---|---|
| protected ImageConsumer | consumer | The consumer of the particular image data stream for which this
instance of the ImageFilter is filtering data. It is not
initialized during the constructor, but rather during the
getFilterInstance() method call when the FilteredImageSource
is creating a unique instance of this object for a particular
image data stream.
|
| Method from java.awt.image.ImageFilter Summary: |
|---|
| clone, getFilterInstance, imageComplete, resendTopDownLeftRight, setColorModel, setDimensions, setHints, setPixels, setPixels, setProperties |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.image.ImageFilter Detail: |
|---|
|
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
ImageConsumer.
When an ImageConsumer being fed
by an instance of this ImageFilter
requests a resend of the data in TDLR order,
the FilteredImageSource
invokes this method of the ImageFilter.
An |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |
Note: This method is intended to be called by the ImageProducer of the Image whose pixels are being filtered. Developers using this class to filter pixels from an image should avoid calling this method directly since that operation could interfere with the filtering operation. |