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