org.apache.batik.svggen
public class SVGComposite extends Object implements SVGConverter
Here is how Composites are mapped to SVG:
See Also: SVGAlphaComposite
Constructor Summary | |
---|---|
SVGComposite(SVGGeneratorContext generatorContext) |
Method Summary | |
---|---|
SVGAlphaComposite | getAlphaCompositeConverter() |
SVGCustomComposite | getCustomCompositeConverter() |
List | getDefinitionSet() |
SVGDescriptor | toSVG(GraphicContext gc)
Converts part or all of the input GraphicContext into
a set of attribute/value pairs and related definitions
|
SVGCompositeDescriptor | toSVG(Composite composite) |
Parameters: generatorContext The generator context used for handling custom and alpha composites
Returns: Set of filter Elements defining the composites this Converter has processed since it was created.
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 Composite to be converted to SVG
Returns: an SVGCompositeDescriptor mapping the SVG composite equivalent of the input Composite