Package org.apache.batik.gvt.filter
package org.apache.batik.gvt.filter
Contains all of the interfaces for describing a set of standard
image processing filters Java objects. All filters implement the
Cacheable interface which extends java.awt.image.renderable.RenderableImage
with some extra methods to tell if caching operations are valid.
-
ClassDescriptionThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.This interface lets
GraphicsNodecreate instances ofGraphicsNodeRableappropriate for the filter module implementation.This interface allowsGraphicsNodeto be seen asRenderableImages, which can be used for operations such as filtering, masking or compositing.This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.This interface letsGraphicsNodecreate instances ofGraphicsNodeRableappropriate for the filter module implementation.This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.Implements a masking operation.MaskRable implementation