Uses of Class
org.eclipse.nebula.cwt.svg.SvgFragment
-
Packages that use SvgFragment Package Description org.eclipse.nebula.cwt.svg -
-
Uses of SvgFragment in org.eclipse.nebula.cwt.svg
Fields in org.eclipse.nebula.cwt.svg with type parameters of type SvgFragment Modifier and Type Field Description private java.util.Map<java.lang.String,SvgFragment>
SvgDocument. fragmentMap
Methods in org.eclipse.nebula.cwt.svg that return SvgFragment Modifier and Type Method Description SvgFragment
SvgDocument. getFragment()
SvgFragment
SvgDocument. getFragment(java.lang.String id)
Returns the SvgFragment element within this document that corresponds to the given id.(package private) SvgFragment
SvgElement. getFragment()
SvgFragment
SvgFragment. getFragment()
SvgFragment[]
SvgDocument. getFragments()
Returns an array of all the SvgFragment elements contained by this document.
-