Package | Description |
---|---|
com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
com.kitfox.svg.app.beans |
Modifier and Type | Field and Description |
---|---|
SVGUniverse |
SVGLoaderHelper.universe
This is the universe of all currently loaded SVG documents
|
Modifier and Type | Method and Description |
---|---|
SVGUniverse |
SVGUniverse.duplicate()
Uses serialization to duplicate this universe.
|
static SVGUniverse |
SVGCache.getSVGUniverse() |
SVGUniverse |
SVGDiagram.getUniverse() |
Constructor and Description |
---|
SVGDiagram(URI xmlBase,
SVGUniverse universe)
Creates a new instance of SVGDiagram
|
SVGLoader(URI xmlBase,
SVGUniverse universe)
Creates a new instance of SVGLoader
|
SVGLoader(URI xmlBase,
SVGUniverse universe,
boolean verbose) |
SVGLoaderHelper(URI xmlBase,
SVGUniverse universe,
SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper
|
Modifier and Type | Method and Description |
---|---|
SVGUniverse |
SVGPanel.getSvgUniverse() |
SVGUniverse |
SVGIcon.getSvgUniverse() |
Modifier and Type | Method and Description |
---|---|
void |
SVGPanel.setSvgUniverse(SVGUniverse svgUniverse) |
void |
SVGIcon.setSvgUniverse(SVGUniverse svgUniverse) |
Copyright © 2011-2017 Kitfox Studios. All Rights Reserved.