| 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(java.net.URI xmlBase,
SVGUniverse universe)
Creates a new instance of SVGDiagram
|
SVGLoader(java.net.URI xmlBase,
SVGUniverse universe)
Creates a new instance of SVGLoader
|
SVGLoader(java.net.URI xmlBase,
SVGUniverse universe,
boolean verbose) |
SVGLoaderHelper(java.net.URI xmlBase,
SVGUniverse universe,
SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper
|
| Modifier and Type | Method and Description |
|---|---|
SVGUniverse |
SVGIcon.getSvgUniverse() |
SVGUniverse |
SVGPanel.getSvgUniverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
SVGIcon.setSvgUniverse(SVGUniverse svgUniverse) |
void |
SVGPanel.setSvgUniverse(SVGUniverse svgUniverse) |