Class SVGLoaderHelper


  • public class SVGLoaderHelper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      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
        Parameters:
        xmlBase -
        universe -
        diagram -