Uses of Package
org.apache.batik.ext.awt.image.renderable

Packages that use org.apache.batik.ext.awt.image.renderable
org.apache.batik.ext.awt.image Contains extensions to the java.awt.image package. 
org.apache.batik.ext.awt.image.renderable   
org.apache.batik.ext.awt.image.spi   
 

Classes in org.apache.batik.ext.awt.image.renderable used by org.apache.batik.ext.awt.image
Filter
          This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
 

Classes in org.apache.batik.ext.awt.image.renderable used by org.apache.batik.ext.awt.image.renderable
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).
AbstractRable
          This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the RenderableImage interface.
AffineRable
          Adjusts the input images coordinate system by a general Affine transform
ClipRable
          Implements a clip operation.
ColorMatrixRable
          Defines the interface expected from a color matrix operation
ComponentTransferRable
          Defines the interface expected from a component transfer operation.
CompositeRable
          Composites a list of images according to a single composite rule.
ConvolveMatrixRable
          Convolves an image with a convolution matrix.
DiffuseLightingRable
          This filter primitive lights an image using the alpha channel as a bump map.
DisplacementMapRable
          Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input image
Filter
          This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
FilterChainRable
          Implements a filter operation.
FilterColorInterpolation
          This is an extension of our Filter interface that adds support for a color-interpolation specification which indicates what colorspace the operation should take place in.
FilterResRable
          Interface for implementing filter resolution.
FloodRable
          Fills the input image with a given paint
GaussianBlurRable
          Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.
MorphologyRable
          Implements a Morphology operation, where the kernel size is defined by radius along the x and y axis.
PadRable
          Pads image to the given Rectangle (the rect may be smaller than the image in which case this is actually a crop).
PaintRable
          Interface for Rable's that can more efficently represent there action as a paint method instead of a RenderedImage when going to a Graphics2D anyways.
SpecularLightingRable
          This filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.
TileRable
          A renderable that can tile its source into the tile region.
TurbulenceRable
          Creates a sourceless image from a turbulence function.
 

Classes in org.apache.batik.ext.awt.image.renderable used by org.apache.batik.ext.awt.image.spi
DeferRable
          This class allows for the return of a proxy object quickly, while a heavy weight object is constrcuted in a background Thread.
Filter
          This is an extension of RenderableImage that adds some needed functionality for tracking dirty regions and determining image dependancies.
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.