Class SVGCustomBufferedImageOp

    • Constructor Detail

      • SVGCustomBufferedImageOp

        public SVGCustomBufferedImageOp​(SVGGeneratorContext generatorContext)
        Parameters:
        generatorContext - for use by SVGCustomBufferedImageOp to build Elements.
    • Method Detail

      • toSVG

        public SVGFilterDescriptor toSVG​(java.awt.image.BufferedImageOp filter,
                                         java.awt.Rectangle filterRect)
        Description copied from interface: SVGFilterConverter
        Converts a Java 2D API BufferedImageOp into a set of attribute/value pairs and related definitions
        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.
        See Also:
        SVGFilterDescriptor