Uses of Interface
org.apache.batik.ext.awt.image.renderable.FilterColorInterpolation
-
Packages that use FilterColorInterpolation Package Description org.apache.batik.ext.awt.image.renderable org.apache.batik.extension.svg -
-
Uses of FilterColorInterpolation in org.apache.batik.ext.awt.image.renderable
Subinterfaces of FilterColorInterpolation in org.apache.batik.ext.awt.image.renderable Modifier and Type Interface Description interface
ColorMatrixRable
Defines the interface expected from a color matrix operationinterface
ComponentTransferRable
Defines the interface expected from a component transfer operation.interface
CompositeRable
Composites a list of images according to a single composite rule.interface
ConvolveMatrixRable
Convolves an image with a convolution matrix.interface
DiffuseLightingRable
This filter primitive lights an image using the alpha channel as a bump map.interface
DisplacementMapRable
Implements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageinterface
GaussianBlurRable
Implements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.interface
SpecularLightingRable
This filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.interface
TileRable
A renderable that can tile its source into the tile region.interface
TurbulenceRable
Creates a sourceless image from a turbulence function.Classes in org.apache.batik.ext.awt.image.renderable that implement FilterColorInterpolation Modifier and Type Class Description class
ColorMatrixRable8Bit
Implements the interface expected from a color matrix operationclass
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 imageclass
GaussianBlurRable8Bit
GaussianBlurRable implementationclass
SpecularLightingRable8Bit
Implementation of the SpecularLightRable interface.class
TileRable8Bit
8 bit TileRable implementationclass
TurbulenceRable8Bit
Creates a sourceless image from a turbulence function. -
Uses of FilterColorInterpolation in org.apache.batik.extension.svg
Subinterfaces of FilterColorInterpolation in org.apache.batik.extension.svg Modifier and Type Interface Description interface
BatikHistogramNormalizationFilter
Classes in org.apache.batik.extension.svg that implement FilterColorInterpolation Modifier and Type Class Description class
BatikHistogramNormalizationFilter8Bit
-