org.apache.batik.script.rhino.svg12
Class SVG12RhinoInterpreter
java.lang.Object
org.apache.batik.script.rhino.RhinoInterpreter
org.apache.batik.script.rhino.svg12.SVG12RhinoInterpreter
- All Implemented Interfaces:
- Interpreter, Localizable
- public class SVG12RhinoInterpreter
- extends RhinoInterpreter
A RhinoInterpreter for SVG 1.2 documents.
| Fields inherited from class org.apache.batik.script.rhino.RhinoInterpreter |
BIND_NAME_WINDOW, classShutter, compiledScripts, contextFactory, contexts, defaultContext, globalObject, rhinoClassLoader, securityController, SOURCE_NAME_SVG, window, wrapFactory |
| Methods inherited from class org.apache.batik.script.rhino.RhinoInterpreter |
bindObject, dispose, evaluate, evaluate, evaluate, formatMessage, getAccessControlContext, getContextFactory, getGlobalObject, getLocale, getMimeTypes, getWindow, init, setLocale, setOut |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVG12RhinoInterpreter
public SVG12RhinoInterpreter(URL documentURL)
- Creates an SVG12RhinoInterpreter object.
SVG12RhinoInterpreter
public SVG12RhinoInterpreter(URL documentURL,
ImportInfo imports)
- Creates an SVG12RhinoInterpreter object.
defineGlobalWrapperClass
protected void defineGlobalWrapperClass(Scriptable global)
- Defines the class for the global object.
- Overrides:
defineGlobalWrapperClass in class RhinoInterpreter
createGlobalObject
protected ScriptableObject createGlobalObject(Context ctx)
- Creates the global object.
- Overrides:
createGlobalObject in class RhinoInterpreter
Copyright © 2009 Apache Software Foundation. All Rights Reserved.