Class | Description |
---|---|
SvgContainer |
An SvgElement which is capable of containing other SvgElements.
|
SvgDocument |
The SvgDocument is the base for all svg graphics.
|
SvgElement |
An svg document is an xml document.
|
SvgFragment |
An svg document can contain one or more svg fragments, each denoted
by the "svg" tag.
|
SvgGraphic |
A base abstract class for all types of svg elements which can be
applied (painted) to a graphics context.
|
SvgShape |
An SvgShape is a graphical svg element which can be directly applied
to a given graphics context.
Shapes consist of: circle ellipse line polygon polyline rectangle path |
SvgUse |
An SvgUse is an svg graphical element that uses another, previously defined
graphical element to paint to the graphics context with its own set of styles
and transforms.
|