Package | Description |
---|---|
org.eclipse.nebula.cwt.svg |
Modifier and Type | Class | Description |
---|---|---|
class |
SvgContainer |
An SvgElement which is capable of containing other SvgElements.
|
class |
SvgDocument |
The SvgDocument is the base for all svg graphics.
|
class |
SvgFragment |
An svg document can contain one or more svg fragments, each denoted
by the "svg" tag.
|
class |
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 |
class |
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.
|