org.apache.batik.svggen
public class SVGCustomComposite extends AbstractSVGConverter
See Also: SVGComposite
| Constructor Summary | |
|---|---|
| SVGCustomComposite(SVGGeneratorContext generatorContext) | |
| Method Summary | |
|---|---|
| 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 for use by SVGCustomComposite to build Elements
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 Composite object to convert to SVG
Returns: an SVGCompositeDescriptor mapping the SVG composite equivalent to the input Composite.