org.apache.batik.svggen
public class SVGBufferedImageOp extends AbstractSVGFilterConverter
See Also: SVGCustomBufferedImageOp SVGLookupOp SVGRescaleOp SVGConvolveOp
| Constructor Summary | |
|---|---|
| SVGBufferedImageOp(SVGGeneratorContext generatorContext) | |
| Method Summary | |
|---|---|
| SVGConvolveOp | getConvolveOpConverter() |
| SVGCustomBufferedImageOp | getCustomBufferedImageOpConverter() |
| List | getDefinitionSet() |
| SVGLookupOp | getLookupOpConverter() |
| SVGRescaleOp | getRescaleOpConverter() |
| SVGFilterDescriptor | toSVG(BufferedImageOp op, Rectangle filterRect) |
Parameters: generatorContext used by the converter to create Element and other needed DOM objects and to handle unknown BufferedImageOp implementations.
Returns: Set of filter Elements defining the BufferedImageOp this Converter has processed since it was created.
Parameters: op BufferedImageOp to be converted 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 representing the SVG filter equivalent of the input BufferedImageOp