Uses of Class
org.eclipse.nebula.cwt.svg.SvgContainer
Package | Description |
---|---|
org.eclipse.nebula.cwt.svg |
-
Uses of SvgContainer in org.eclipse.nebula.cwt.svg
Subclasses of SvgContainer in org.eclipse.nebula.cwt.svg Modifier and Type Class 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.Methods in org.eclipse.nebula.cwt.svg that return SvgContainer Modifier and Type Method Description (package private) SvgContainer
SvgElement. getContainer()
Methods in org.eclipse.nebula.cwt.svg with parameters of type SvgContainer Modifier and Type Method Description (package private) void
SvgElement. setContainer(SvgContainer container)
Constructors in org.eclipse.nebula.cwt.svg with parameters of type SvgContainer Constructor 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)