Uses of Class
com.kitfox.svg.SVGUniverse
-
Packages that use SVGUniverse Package Description com.kitfox.svg Provides the nodes of an SVG scene graph.com.kitfox.svg.app com.kitfox.svg.app.beans -
-
Uses of SVGUniverse in com.kitfox.svg
Fields in com.kitfox.svg declared as SVGUniverse Modifier and Type Field Description private static SVGUniverse
SVGCache. svgUniverse
(package private) SVGUniverse
SVGDiagram. universe
SVGUniverse
SVGLoaderHelper. universe
This is the universe of all currently loaded SVG documentsMethods in com.kitfox.svg that return SVGUniverse Modifier and Type Method Description SVGUniverse
SVGUniverse. duplicate()
Uses serialization to duplicate this universe.static SVGUniverse
SVGCache. getSVGUniverse()
SVGUniverse
SVGDiagram. getUniverse()
Constructors in com.kitfox.svg with parameters of type SVGUniverse Constructor Description SVGDiagram(java.net.URI xmlBase, SVGUniverse universe)
Creates a new instance of SVGDiagramSVGLoader(java.net.URI xmlBase, SVGUniverse universe)
Creates a new instance of SVGLoaderSVGLoader(java.net.URI xmlBase, SVGUniverse universe, boolean verbose)
SVGLoaderHelper(java.net.URI xmlBase, SVGUniverse universe, SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper -
Uses of SVGUniverse in com.kitfox.svg.app
Fields in com.kitfox.svg.app declared as SVGUniverse Modifier and Type Field Description (package private) SVGUniverse
SVGPlayer. universe
-
Uses of SVGUniverse in com.kitfox.svg.app.beans
Fields in com.kitfox.svg.app.beans declared as SVGUniverse Modifier and Type Field Description (package private) SVGUniverse
SVGIcon. svgUniverse
(package private) SVGUniverse
SVGPanel. svgUniverse
Methods in com.kitfox.svg.app.beans that return SVGUniverse Modifier and Type Method Description SVGUniverse
SVGIcon. getSvgUniverse()
SVGUniverse
SVGPanel. getSvgUniverse()
Methods in com.kitfox.svg.app.beans with parameters of type SVGUniverse Modifier and Type Method Description void
SVGIcon. setSvgUniverse(SVGUniverse svgUniverse)
void
SVGPanel. setSvgUniverse(SVGUniverse svgUniverse)
-