Uses of Interface
org.apache.batik.script.Window.GetURLHandler

Packages that use Window.GetURLHandler
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.apache.batik.script.rhino Provides an API for interpreting JavaScript language through the Rhino interpreter. 
 

Uses of Window.GetURLHandler in org.apache.batik.script
 

Methods in org.apache.batik.script with parameters of type Window.GetURLHandler
 void Window.getURL(java.lang.String uri, Window.GetURLHandler h)
          Gets data from the given URI.
 void Window.getURL(java.lang.String uri, Window.GetURLHandler h, java.lang.String enc)
          Gets data from the given URI.
 

Uses of Window.GetURLHandler in org.apache.batik.script.rhino
 

Classes in org.apache.batik.script.rhino that implement Window.GetURLHandler
protected static class WindowWrapper.GetURLFunctionWrapper
          To wrap a function passed to getURL().
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.