Uses of Class
org.eclipse.nebula.cwt.svg.SvgElement
Package | Description |
---|---|
org.eclipse.nebula.cwt.svg |
-
Uses of SvgElement in org.eclipse.nebula.cwt.svg
Subclasses of SvgElement in 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.(package private) class
SvgGradient
(package private) class
SvgGradientStop
class
SvgGraphic
A base abstract class for all types of svg elements which can be applied (painted) to a graphics context.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(package private) class
SvgStyle
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.Fields in org.eclipse.nebula.cwt.svg with type parameters of type SvgElement Modifier and Type Field Description (package private) java.util.List<SvgElement>
SvgContainer. elements
Methods in org.eclipse.nebula.cwt.svg that return SvgElement Modifier and Type Method Description (package private) SvgElement
SvgElement. getElement(java.lang.String id)
SvgElement
SvgFragment. getElement(java.lang.String id)
SvgElement[]
SvgContainer. getElements()
Returns an array of child elements contained by this container element.Methods in org.eclipse.nebula.cwt.svg that return types with arguments of type SvgElement Modifier and Type Method Description (package private) static java.util.List<SvgElement>
SvgElement. getAncestry(SvgElement element)
Methods in org.eclipse.nebula.cwt.svg with parameters of type SvgElement Modifier and Type Method Description (package private) void
SvgContainer. add(SvgElement element)
(package private) void
SvgDocument. add(SvgElement element)
(package private) static java.util.List<SvgElement>
SvgElement. getAncestry(SvgElement element)
(package private) void
SvgFragment. put(SvgElement element)