org.apache.batik.svggen
public class SVGCustomBufferedImageOp extends AbstractSVGFilterConverter
See Also: SVGBufferedImageOp
Constructor Summary | |
---|---|
SVGCustomBufferedImageOp(SVGGeneratorContext generatorContext) |
Method Summary | |
---|---|
SVGFilterDescriptor | toSVG(BufferedImageOp filter, Rectangle filterRect) |
Parameters: generatorContext for use by SVGCustomBufferedImageOp to build Elements.
Parameters: filter the BufferedImageOp object to convert to SVG filterRect Rectangle, in device space, that defines the area to which filtering applies. May be null, meaning that the area is undefined.
Returns: an SVGFilterDescriptor mapping the SVG BufferedImageOp equivalent to the input BufferedImageOp.