Uses of Class
com.kitfox.svg.SVGRoot
-
Packages that use SVGRoot Package Description com.kitfox.svg Provides the nodes of an SVG scene graph. -
-
Uses of SVGRoot in com.kitfox.svg
Fields in com.kitfox.svg declared as SVGRoot Modifier and Type Field Description (package private) SVGRoot
SVGDiagram. root
Methods in com.kitfox.svg that return SVGRoot Modifier and Type Method Description SVGRoot
SVGDiagram. getRoot()
SVGRoot
SVGElement. getRoot()
SVGRoot
SVGRoot. getRoot()
Methods in com.kitfox.svg with parameters of type SVGRoot Modifier and Type Method Description void
SVGDiagram. setRoot(SVGRoot root)
-