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 TypeClassDescriptionclassThis 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).classConcrete implementation of the AffineRable interface.classClipRable implementationfinal classImplements the interface expected from a color matrix operationclassThis class implements the interface expected from a component transfer operation.classComposites a list of images according to a single composite rule.classConvolves an image with a convolution matrix.classImplementation of the DiffuseLightRable interface.classImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageclassFilterAlphaRable implementation.classFilterAsAlphaRable implementation.classImplements a filter chain.classInterface for implementing filter resolution.classConcrete implementation of the FloodRable interface.classGaussianBlurRable implementationclassImplements a Morphology operation, where the kernel size is defined by radius along the x and y axis.classConcrete implementation of the PadRable interface.classImplements the interface expected from a color matrix operationclassRasterRable This is used to wrap a Rendered Image back into the RenderableImage world.classImplementation of the SpecularLightRable interface.class8 bit TileRable implementationclassCreates 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 TypeClassDescriptionclassThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.classThis implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.classMaskRable implementation