Uses of Class
org.apache.batik.ext.awt.image.renderable.AbstractRable
Packages that use AbstractRable
Package
Description
Contains all of the interfaces for describing a set of standard
image processing filters Java objects.
-
Uses of AbstractRable in org.apache.batik.ext.awt.image.renderable
Subclasses of AbstractRable in org.apache.batik.ext.awt.image.renderableModifier and TypeClassDescriptionclass
This is an abstract base class that adds the ability to specify the Color Space that the operation should take place in (linear sRGB or gamma corrected sRBG).class
Concrete implementation of the AffineRable interface.class
ClipRable implementationfinal class
Implements the interface expected from a color matrix operationclass
This class implements the interface expected from a component transfer operation.class
Composites a list of images according to a single composite rule.class
Convolves an image with a convolution matrix.class
Implementation of the DiffuseLightRable interface.class
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageclass
FilterAlphaRable implementation.class
FilterAsAlphaRable implementation.class
Implements a filter chain.class
Interface for implementing filter resolution.class
Concrete implementation of the FloodRable interface.class
GaussianBlurRable implementationclass
Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.class
Concrete implementation of the PadRable interface.class
Implements the interface expected from a color matrix operationclass
RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.class
Implementation of the SpecularLightRable interface.class
8 bit TileRable implementationclass
Creates a sourceless image from a turbulence function. -
Uses of AbstractRable in org.apache.batik.extension.svg
Subclasses of AbstractRable in org.apache.batik.extension.svg -
Uses of AbstractRable in org.apache.batik.gvt.filter
Subclasses of AbstractRable in org.apache.batik.gvt.filterModifier and TypeClassDescriptionclass
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.class
This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.class
MaskRable implementation