org.apache.batik.script.rhino.svg12

Class SVG12RhinoInterpreter

public class SVG12RhinoInterpreter extends RhinoInterpreter

A RhinoInterpreter for SVG 1.2 documents.
Constructor Summary
SVG12RhinoInterpreter(URL documentURL)
Creates an SVG12RhinoInterpreter object.
Method Summary
protected ScriptableObjectcreateGlobalObject(Context ctx)
Creates the global object.
protected voiddefineGlobalWrapperClass(Scriptable global)
Defines the class for the global object.

Constructor Detail

SVG12RhinoInterpreter

public SVG12RhinoInterpreter(URL documentURL)
Creates an SVG12RhinoInterpreter object.

Method Detail

createGlobalObject

protected ScriptableObject createGlobalObject(Context ctx)
Creates the global object.

defineGlobalWrapperClass

protected void defineGlobalWrapperClass(Scriptable global)
Defines the class for the global object.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.