org.apache.batik.script
Interface ScriptHandler
- public interface ScriptHandler
This interface must be implemented in order to call Java code from
an SVG document.
A ScriptHandler instance is called when a 'script' element's 'type'
attribute value is 'application/java-archive' and when the
manifest of the jar file referenced by the 'xlink:href' attribute
contains a 'Script-Handler' entry. The value of this entry must be
the classname of the ScriptHandler to call.
This classes implementing this interface must have a default
constructor.
- Version:
- $Id: ScriptHandler.java,v 1.3 2003/08/08 11:39:19 vhardy Exp $
- Author:
- Stephane Hillion
|
Method Summary |
void |
run(org.w3c.dom.Document doc,
Window win)
Runs this handler. |
run
public void run(org.w3c.dom.Document doc,
Window win)
- Runs this handler. This method is called by the SVG viewer
when the scripts are loaded.
- Parameters:
doc - The current document.win - An object which represents the current viewer.
<oXygen/>
XML Editor
uses Batik from the Apache Foundation
to provide support for previewing SVG documents.
See the SVG Editor section
for more info.