Package com.kitfox.svg
Class SVGLoaderHelper
- java.lang.Object
-
- com.kitfox.svg.SVGLoaderHelper
-
public class SVGLoaderHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AnimTimeParser
animTimeParser
Animate nodes use this to parse their time stringsSVGDiagram
diagram
This is the diagram which the load process is currently loadingSVGUniverse
universe
This is the universe of all currently loaded SVG documentsjava.net.URI
xmlBase
-
Constructor Summary
Constructors Constructor Description SVGLoaderHelper(java.net.URI xmlBase, SVGUniverse universe, SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper
-
-
-
Field Detail
-
universe
public final SVGUniverse universe
This is the universe of all currently loaded SVG documents
-
diagram
public final SVGDiagram diagram
This is the diagram which the load process is currently loading
-
xmlBase
public final java.net.URI xmlBase
-
animTimeParser
public final AnimTimeParser animTimeParser
Animate nodes use this to parse their time strings
-
-
Constructor Detail
-
SVGLoaderHelper
public SVGLoaderHelper(java.net.URI xmlBase, SVGUniverse universe, SVGDiagram diagram)
Creates a new instance of SVGLoaderHelper- Parameters:
xmlBase
-universe
-diagram
-
-
-