Class SVG12RhinoInterpreter

  • All Implemented Interfaces:
    Localizable, Interpreter

    public class SVG12RhinoInterpreter
    extends RhinoInterpreter
    A RhinoInterpreter for SVG 1.2 documents.
    Version:
    $Id: SVG12RhinoInterpreter.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Detail

      • SVG12RhinoInterpreter

        public SVG12RhinoInterpreter​(java.net.URL documentURL)
        Creates an SVG12RhinoInterpreter object.
      • SVG12RhinoInterpreter

        public SVG12RhinoInterpreter​(java.net.URL documentURL,
                                     ImportInfo imports)
        Creates an SVG12RhinoInterpreter object.
    • Method Detail

      • defineGlobalWrapperClass

        protected void defineGlobalWrapperClass​(org.mozilla.javascript.Scriptable global)
        Defines the class for the global object.
        Overrides:
        defineGlobalWrapperClass in class RhinoInterpreter
      • createGlobalObject

        protected org.mozilla.javascript.ScriptableObject createGlobalObject​(org.mozilla.javascript.Context ctx)
        Creates the global object.
        Overrides:
        createGlobalObject in class RhinoInterpreter