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 interfaceColorMatrixRableDefines the interface expected from a color matrix operationinterfaceComponentTransferRableDefines the interface expected from a component transfer operation.interfaceCompositeRableComposites a list of images according to a single composite rule.interfaceConvolveMatrixRableConvolves an image with a convolution matrix.interfaceDiffuseLightingRableThis filter primitive lights an image using the alpha channel as a bump map.interfaceDisplacementMapRableImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageinterfaceGaussianBlurRableImplements a GaussianBlur operation, where the blur size is defined by standard deviations along the x and y axis.interfaceSpecularLightingRableThis filter follows the specification of the feSpecularLighting filter in the SVG 1.0 specification.interfaceTileRableA renderable that can tile its source into the tile region.interfaceTurbulenceRableCreates a sourceless image from a turbulence function.Classes in org.apache.batik.ext.awt.image.renderable that implement FilterColorInterpolation Modifier and Type Class Description classColorMatrixRable8BitImplements the interface expected from a color matrix operationclassComponentTransferRable8BitThis class implements the interface expected from a component transfer operation.classCompositeRable8BitComposites a list of images according to a single composite rule.classConvolveMatrixRable8BitConvolves an image with a convolution matrix.classDiffuseLightingRable8BitImplementation of the DiffuseLightRable interface.classDisplacementMapRable8BitImplements a DisplacementMap operation, which takes pixel values from another image to spatially displace the input imageclassGaussianBlurRable8BitGaussianBlurRable implementationclassSpecularLightingRable8BitImplementation of the SpecularLightRable interface.classTileRable8Bit8 bit TileRable implementationclassTurbulenceRable8BitCreates 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 interfaceBatikHistogramNormalizationFilterClasses in org.apache.batik.extension.svg that implement FilterColorInterpolation Modifier and Type Class Description classBatikHistogramNormalizationFilter8Bit
-