Uses of Class
org.eclipse.nebula.cwt.svg.SvgDocument
-
Packages that use SvgDocument Package Description org.eclipse.nebula.cwt.snippets org.eclipse.nebula.cwt.svg org.eclipse.nebula.cwt.v -
-
Uses of SvgDocument in org.eclipse.nebula.cwt.snippets
Fields in org.eclipse.nebula.cwt.snippets declared as SvgDocument Modifier and Type Field Description private static SvgDocument
SvgRemoteSnippet. svg
-
Uses of SvgDocument in org.eclipse.nebula.cwt.svg
Methods in org.eclipse.nebula.cwt.svg that return SvgDocument Modifier and Type Method Description static SvgDocument
SvgDocument. load(java.io.InputStream in)
Create a new SvgDocument from the contents of the givenInputStream
.static SvgDocument
SvgDocument. load(java.lang.String src)
Create a new SvgDocument from the contents of the givenString
.(package private) static SvgDocument
SvgLoader. load(java.io.InputStream in)
(package private) static SvgDocument
SvgLoader. load(java.lang.String src)
-
Uses of SvgDocument in org.eclipse.nebula.cwt.v
Fields in org.eclipse.nebula.cwt.v declared as SvgDocument Modifier and Type Field Description (package private) SvgDocument
VControl. svg
Methods in org.eclipse.nebula.cwt.v with parameters of type SvgDocument Modifier and Type Method Description void
VControl. setImage(SvgDocument svg)
-