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.
-
Interface Summary Interface Description GraphicsNodeRable This interface allowsGraphicsNode
to be seen asRenderableImages
, which can be used for operations such as filtering, masking or compositing.GraphicsNodeRableFactory This interface letsGraphicsNode
create instances ofGraphicsNodeRable
appropriate for the filter module implementation.Mask Implements a masking operation. -
Class Summary Class Description BackgroundRable8Bit This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.ConcreteGraphicsNodeRableFactory This interface letsGraphicsNode
create instances ofGraphicsNodeRable
appropriate for the filter module implementation.GraphicsNodeRable8Bit This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.GraphicsNodeRed8Bit This implementation of RenderableImage will render its input GraphicsNode on demand for tiles.MaskRable8Bit MaskRable implementation