com.kitfox.svg
Class SVGLoaderHelper
java.lang.Object
com.kitfox.svg.SVGLoaderHelper
public class SVGLoaderHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 URI xmlBase
animTimeParser
public final AnimTimeParser animTimeParser
- Animate nodes use this to parse their time strings
SVGLoaderHelper
public SVGLoaderHelper(URI xmlBase,
SVGUniverse universe,
SVGDiagram diagram)
- Creates a new instance of SVGLoaderHelper