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 classSvgContainerAn SvgElement which is capable of containing other SvgElements.classSvgDocumentThe SvgDocument is the base for all svg graphics.classSvgFragmentAn svg document can contain one or more svg fragments, each denoted by the "svg" tag.(package private) classSvgGradient(package private) classSvgGradientStopclassSvgGraphicA base abstract class for all types of svg elements which can be applied (painted) to a graphics context.classSvgShapeAn 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) classSvgStyleclassSvgUseAn 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. elementsMethods in org.eclipse.nebula.cwt.svg that return SvgElement Modifier and Type Method Description (package private) SvgElementSvgElement. getElement(java.lang.String id)SvgElementSvgFragment. 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) voidSvgContainer. add(SvgElement element)(package private) voidSvgDocument. add(SvgElement element)(package private) static java.util.List<SvgElement>SvgElement. getAncestry(SvgElement element)(package private) voidSvgFragment. put(SvgElement element)