Java Doc for DisposableNullOpImage.java in » 6.0-JDK-Modules » Java-Advanced-Imaging » com » sun » media » jai » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation
NullOpImage subclass which conditionally forwards
DisposableNullOpImage.dispose() to its source. The call will be forwarded if the
source is a PlanarImage or a RenderedImage
wrapped by RenderedImageAdapter and which has a
dispose() method with no parameters. In the former case
the call is forwarded directly, and in the latter via reflection.
since: JAI 1.1.3