Uses of Class
org.apache.batik.svggen.SVGFilterDescriptor
Packages that use SVGFilterDescriptor
Package
Description
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format.-
Uses of SVGFilterDescriptor in org.apache.batik.svggen
Methods in org.apache.batik.svggen that return SVGFilterDescriptorModifier and TypeMethodDescriptionDefaultExtensionHandler.handleFilter(BufferedImageOp filter, Rectangle filterRect, SVGGeneratorContext generatorContext) ExtensionHandler.handleFilter(BufferedImageOp filter, Rectangle filterRect, SVGGeneratorContext generatorContext) SVGBufferedImageOp.toSVG(BufferedImageOp op, Rectangle filterRect) SVGConvolveOp.toSVG(BufferedImageOp filter, Rectangle filterRect) Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitionsSVGConvolveOp.toSVG(ConvolveOp convolveOp) SVGCustomBufferedImageOp.toSVG(BufferedImageOp filter, Rectangle filterRect) SVGFilterConverter.toSVG(BufferedImageOp filter, Rectangle filterRect) Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitionsSVGLookupOp.toSVG(BufferedImageOp filter, Rectangle filterRect) Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitionsSVGRescaleOp.toSVG(BufferedImageOp filter, Rectangle filterRect) Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions