| Package | Description |
|---|---|
| org.eclipse.nebula.cwt.svg |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) SvgContainer |
SvgElement.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
SvgElement.setContainer(SvgContainer container) |
| Constructor and Description |
|---|
SvgContainer(SvgContainer container,
java.lang.String id) |
SvgElement(SvgContainer container,
java.lang.String id) |
SvgFragment(SvgContainer container,
java.lang.String id) |
SvgGradient(SvgContainer container,
java.lang.String id) |
SvgGraphic(SvgContainer container,
java.lang.String id) |
SvgShape(SvgContainer container,
java.lang.String id) |
SvgStyle(SvgContainer container) |
SvgUse(SvgContainer container,
java.lang.String id) |