|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.script.rhino.RhinoInterpreter
org.apache.batik.script.rhino.svg12.SVG12RhinoInterpreter
public class SVG12RhinoInterpreter
A RhinoInterpreter for SVG 1.2 documents.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.script.rhino.RhinoInterpreter |
---|
RhinoInterpreter.ArgumentsBuilder, RhinoInterpreter.Entry, RhinoInterpreter.Factory |
Field Summary |
---|
Fields inherited from class org.apache.batik.script.rhino.RhinoInterpreter |
---|
BIND_NAME_WINDOW, classShutter, compiledScripts, contextFactory, contexts, defaultContext, globalObject, rhinoClassLoader, securityController, SOURCE_NAME_SVG, TO_BE_IMPORTED, window, wrapFactory |
Constructor Summary | |
---|---|
SVG12RhinoInterpreter(java.net.URL documentURL)
Creates an SVG12RhinoInterpreter object. |
Method Summary | |
---|---|
protected org.mozilla.javascript.ScriptableObject |
createGlobalObject(org.mozilla.javascript.Context ctx)
Creates the global object. |
protected void |
defineGlobalWrapperClass(org.mozilla.javascript.Scriptable global)
Defines the class for the global object. |
Methods inherited from class org.apache.batik.script.rhino.RhinoInterpreter |
---|
bindObject, dispose, evaluate, evaluate, evaluate, formatMessage, getAccessControlContext, getContextFactory, getGlobalObject, getLocale, getWindow, setLocale, setOut |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVG12RhinoInterpreter(java.net.URL documentURL)
Method Detail |
---|
protected void defineGlobalWrapperClass(org.mozilla.javascript.Scriptable global)
defineGlobalWrapperClass
in class RhinoInterpreter
protected org.mozilla.javascript.ScriptableObject createGlobalObject(org.mozilla.javascript.Context ctx)
createGlobalObject
in class RhinoInterpreter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |