com.kitfox.svg
Class SVGLoaderHelper

java.lang.Object
  extended by com.kitfox.svg.SVGLoaderHelper

public class SVGLoaderHelper
extends java.lang.Object

Author:
Mark McKay, Mark McKay

Field Summary
 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 Summary
SVGLoaderHelper(java.net.URI xmlBase, SVGUniverse universe, SVGDiagram diagram)
          Creates a new instance of SVGLoaderHelper
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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