org.apache.batik.gvt.filter |
GVT Filter Package
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.
|
Java Source File Name | Type | Comment |
BackgroundRable8Bit.java | Class | This implementation of RenderableImage will render its input
GraphicsNode into a BufferedImage upon invokation of one of its
createRendering methods. |
ConcreteGraphicsNodeRableFactory.java | Class | This interface lets GraphicsNode create instances of
GraphicsNodeRable appropriate for the filter module
implementation. |
GraphicsNodeRable.java | Interface | This interface allows GraphicsNode to be seen as
RenderableImages, which can be used for operations such as
filtering, masking or compositing. |
GraphicsNodeRable8Bit.java | Class | This implementation of RenderableImage will render its input
GraphicsNode into a BufferedImage upon invokation of one of its
createRendering methods. |
GraphicsNodeRableFactory.java | Interface | This interface lets GraphicsNode create instances of
GraphicsNodeRable appropriate for the filter module
implementation. |
GraphicsNodeRed8Bit.java | Class | This implementation of RenderableImage will render its input
GraphicsNode on demand for tiles. |
Mask.java | Interface | Implements a masking operation. |
MaskRable8Bit.java | Class | |