org.apache.batik.ext.awt.image.renderable |
|
Java Source File Name | Type | Comment |
AbstractColorInterpolationRable.java | Class | 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.java | Class | This is an abstract base class that takes care of most of the
normal issues surrounding the implementation of the RenderableImage
interface. |
AffineRable.java | Interface | |
AffineRable8Bit.java | Class | Concrete implementation of the AffineRable interface. |
ClipRable.java | Interface | Implements a clip operation. |
ClipRable8Bit.java | Class | |
ColorMatrixRable.java | Interface | |
ColorMatrixRable8Bit.java | Class | |
ComponentTransferRable.java | Interface | Defines the interface expected from a component
transfer operation. |
ComponentTransferRable8Bit.java | Class | This class implements the interface expected from a component
transfer operation. |
CompositeRable.java | Interface | Composites a list of images according to a single composite rule. |
CompositeRable8Bit.java | Class | Composites a list of images according to a single composite rule. |
ConvolveMatrixRable.java | Interface | Convolves an image with a convolution matrix. |
ConvolveMatrixRable8Bit.java | Class | Convolves an image with a convolution matrix. |
DeferRable.java | Class | This class allows for the return of a proxy object quickly, while a
heavy weight object is constrcuted in a background Thread. |
DiffuseLightingRable.java | Interface | This filter primitive lights an image using the alpha channel as a bump map.
The resulting image is an RGBA opaque image based on the light color
with alpha = 1.0 everywhere. |
DiffuseLightingRable8Bit.java | Class | Implementation of the DiffuseLightRable interface. |
DisplacementMapRable.java | Interface | |
DisplacementMapRable8Bit.java | Class | |
Filter.java | Interface | This is an extension of RenderableImage that adds some needed
functionality for tracking dirty regions and determining image
dependancies. |
FilterAlphaRable.java | Class | FilterAlphaRable implementation. |
FilterAsAlphaRable.java | Class | FilterAsAlphaRable implementation. |
FilterChainRable.java | Interface | Implements a filter operation. |
FilterChainRable8Bit.java | Class | Implements a filter chain. |
FilterColorInterpolation.java | Interface | 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.java | Interface | Interface for implementing filter resolution. |
FilterResRable8Bit.java | Class | Interface for implementing filter resolution. |
FloodRable.java | Interface | |
FloodRable8Bit.java | Class | Concrete implementation of the FloodRable interface. |
GaussianBlurRable.java | Interface | Implements a GaussianBlur operation, where the blur size is
defined by standard deviations along the x and y axis. |
GaussianBlurRable8Bit.java | Class | |
MorphologyRable.java | Interface | Implements a Morphology operation, where the kernel size is
defined by radius along the x and y axis. |
MorphologyRable8Bit.java | Class | Implements a Morphology operation, where the kernel size is
defined by radius along the x and y axis. |
OffsetRable.java | Interface | Adjusts the input images coordinate system by dx, dy. |
PadRable.java | Interface | Pads image to the given Rectangle (the rect may be smaller than the
image in which case this is actually a crop). |
PadRable8Bit.java | Class | Concrete implementation of the PadRable interface. |
PaintRable.java | Interface | 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. |
ProfileRable.java | Class | |
RedRable.java | Class | RasterRable This is used to wrap a Rendered Image back into the
RenderableImage world. |
SpecularLightingRable.java | Interface | This filter follows the specification of the feSpecularLighting filter in
the SVG 1.0 specification. |
SpecularLightingRable8Bit.java | Class | Implementation of the SpecularLightRable interface. |
TileRable.java | Interface | A renderable that can tile its source into the tile region. |
TileRable8Bit.java | Class | |
TurbulenceRable.java | Interface | Creates a sourceless image from a turbulence function. |
TurbulenceRable8Bit.java | Class | Creates a sourceless image from a turbulence function. |