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 SVGUniverseSVGCache. svgUniverse(package private) SVGUniverseSVGDiagram. universeSVGUniverseSVGLoaderHelper. universeThis is the universe of all currently loaded SVG documentsMethods in com.kitfox.svg that return SVGUniverse Modifier and Type Method Description SVGUniverseSVGUniverse. duplicate()Uses serialization to duplicate this universe.static SVGUniverseSVGCache. getSVGUniverse()SVGUniverseSVGDiagram. 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) SVGUniverseSVGPlayer. 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) SVGUniverseSVGIcon. svgUniverse(package private) SVGUniverseSVGPanel. svgUniverseMethods in com.kitfox.svg.app.beans that return SVGUniverse Modifier and Type Method Description SVGUniverseSVGIcon. getSvgUniverse()SVGUniverseSVGPanel. getSvgUniverse()Methods in com.kitfox.svg.app.beans with parameters of type SVGUniverse Modifier and Type Method Description voidSVGIcon. setSvgUniverse(SVGUniverse svgUniverse)voidSVGPanel. setSvgUniverse(SVGUniverse svgUniverse)
-