org.apache.batik.svggen
public class SVGClip extends AbstractSVGConverter
Field Summary | |
---|---|
static SVGClipDescriptor | NO_CLIP
Descriptor to use where there is no clip on an element |
static Shape | ORIGIN
Constant used for some degenerate cases |
Constructor Summary | |
---|---|
SVGClip(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. |
Parameters: generatorContext used 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