| Package | Description |
|---|---|
| com.kitfox.svg |
Provides the nodes of an SVG scene graph.
|
| Modifier and Type | Field and Description |
|---|---|
protected SVGDiagram |
SVGElement.diagram
The diagram this element belongs to
|
SVGDiagram |
SVGLoaderHelper.diagram
This is the diagram which the load process is currently loading
|
| Modifier and Type | Method and Description |
|---|---|
SVGDiagram |
SVGDisplayPanel.getDiagram() |
SVGDiagram |
SVGUniverse.getDiagram(java.net.URI xmlBase) |
SVGDiagram |
SVGUniverse.getDiagram(java.net.URI xmlBase,
boolean loadIfAbsent)
Returns the diagram that has been loaded from this root.
|
SVGDiagram |
SVGLoader.getLoadedDiagram() |
| Modifier and Type | Method and Description |
|---|---|
void |
SVGDisplayPanel.setDiagram(SVGDiagram diagram) |
protected void |
SVGElement.setDiagram(SVGDiagram diagram) |
| Constructor and Description |
|---|
SVGLoaderHelper(java.net.URI xmlBase,
SVGUniverse universe,
SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper
|