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 SvgDocumentSvgRemoteSnippet. 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 SvgDocumentSvgDocument. load(java.io.InputStream in)Create a new SvgDocument from the contents of the givenInputStream.static SvgDocumentSvgDocument. load(java.lang.String src)Create a new SvgDocument from the contents of the givenString.(package private) static SvgDocumentSvgLoader. load(java.io.InputStream in)(package private) static SvgDocumentSvgLoader. 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) SvgDocumentVControl. svgMethods in org.eclipse.nebula.cwt.v with parameters of type SvgDocument Modifier and Type Method Description voidVControl. setImage(SvgDocument svg)
-