java.lang.Object
org.apache.batik.bridge.IWasLoaded
- All Implemented Interfaces:
- org.apache.batik.script.ScriptHandler
- public class IWasLoaded
- extends java.lang.Object
- implements org.apache.batik.script.ScriptHandler
If this script is loaded by jarCheckNoLoad.svg, it will mark
the test result as failed.
- Version:
- $Id: IWasLoaded.java,v 1.3 2004/08/18 07:16:02 vhardy Exp $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IWasLoaded
public IWasLoaded()
run
public void run(org.w3c.dom.Document document,
org.apache.batik.script.Window win)
- Description copied from interface:
org.apache.batik.script.ScriptHandler
- Runs this handler. This method is called by the SVG viewer
when the scripts are loaded.
- Specified by:
run in interface org.apache.batik.script.ScriptHandler