org.apache.batik.svggen
public class SVGRenderingHints extends AbstractSVGConverter
Constructor Summary | |
---|---|
SVGRenderingHints(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
|
static SVGHintsDescriptor | toSVG(RenderingHints hints) |
Parameters: generatorContext used by converter to handle precision or to create 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: hints RenderingHints object which should be converted to a set of SVG attributes.
Returns: map Map of attribute values that describe the hints