public class SVGLoaderHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
AnimTimeParser |
animTimeParser
Animate nodes use this to parse their time strings
|
SVGDiagram |
diagram
This is the diagram which the load process is currently loading
|
SVGUniverse |
universe
This is the universe of all currently loaded SVG documents
|
java.net.URI |
xmlBase |
Constructor and Description |
---|
SVGLoaderHelper(java.net.URI xmlBase,
SVGUniverse universe,
SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper
|
public final SVGUniverse universe
public final SVGDiagram diagram
public final java.net.URI xmlBase
public final AnimTimeParser animTimeParser
public SVGLoaderHelper(java.net.URI xmlBase, SVGUniverse universe, SVGDiagram diagram)