Uses of Class
org.apache.batik.ext.awt.image.renderable.AbstractRable

Packages that use AbstractRable
org.apache.batik.ext.awt.image.renderable   
org.apache.batik.extension.svg   
org.apache.batik.extension.svg.renderable   
org.apache.batik.gvt.filter 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.renderable
 class AbstractColorInterpolationRable
          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 AffineRable8Bit
          Concrete implementation of the AffineRable interface.
 class ClipRable8Bit
          ClipRable implementation
 class ColorMatrixRable8Bit
          Implements the interface expected from a color matrix operation
 class ComponentTransferRable8Bit
          This class implements the interface expected from a component transfer operation.
 class CompositeRable8Bit
          Composites a list of images according to a single composite rule.
 class ConvolveMatrixRable8Bit
          Convolves an image with a convolution matrix.
 class DiffuseLightingRable8Bit
          Implementation of the DiffuseLightRable interface.
 class DisplacementMapRable8Bit
          Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
 class FilterAlphaRable
          FilterAlphaRable implementation.
 class FilterAsAlphaRable
          FilterAsAlphaRable implementation.
 class FilterChainRable8Bit
          Implements a filter chain.
 class FilterResRable8Bit
          Interface for implementing filter resolution.
 class FloodRable8Bit
          Concrete implementation of the FloodRable interface.
 class GaussianBlurRable8Bit
          GaussianBlurRable implementation
 class MorphologyRable8Bit
          Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
 class PadRable8Bit
          Concrete implementation of the PadRable interface.
 class ProfileRable
          Implements the interface expected from a color matrix operation
 class RedRable
          RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.
 class SpecularLightingRable8Bit
          Implementation of the SpecularLightRable interface.
 class TileRable8Bit
          8 bit TileRable implementation
 class TurbulenceRable8Bit
          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
 class BatikHistogramNormalizationFilter8Bit
           
 

Uses of AbstractRable in org.apache.batik.extension.svg.renderable
 

Subclasses of AbstractRable in org.apache.batik.extension.svg.renderable
 class MultiResRable
          RasterRable This is used to wrap a Rendered Image back into the RenderableImage world.
 

Uses of AbstractRable in org.apache.batik.gvt.filter
 

Subclasses of AbstractRable in org.apache.batik.gvt.filter
 class BackgroundRable8Bit
          This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
 class GraphicsNodeRable8Bit
          This implementation of RenderableImage will render its input GraphicsNode into a BufferedImage upon invokation of one of its createRendering methods.
 class MaskRable8Bit
          MaskRable implementation
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.