org.apache.batik.svggen
public class SVGAlphaComposite extends AbstractSVGConverter
See Also: SVGAlphaComposite
Constructor Summary | |
---|---|
SVGAlphaComposite(SVGGeneratorContext generatorContext) |
Method Summary | |
---|---|
List | getAlphaCompositeFilterSet() |
boolean | requiresBackgroundAccess() |
SVGDescriptor | toSVG(GraphicContext gc)
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGCompositeDescriptor | toSVG(AlphaComposite composite) |
Parameters: generatorContext for use by SVGAlphaComposite to build Elements
Returns: set of all AlphaComposite filter definitions
Returns: true if background access is required for any of the converted AlphaComposite rules
Parameters: gc GraphicContext to be converted
Returns: descriptor of the attributes required to represent some or all of the GraphicContext state, along with the related definitions
See Also: SVGDescriptor
Parameters: composite the AlphaComposite object to convert to SVG
Returns: an SVGCompositeDescriptor that defines how to map the input composite in SVG