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

Packages that use Window.GetURLHandler
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
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.bridge
 

Methods in org.apache.batik.bridge with parameters of type Window.GetURLHandler
 void ScriptingEnvironment.Window.getURL(java.lang.String uri, Window.GetURLHandler h)
          Implements Window.getURL(String,org.apache.batik.script.Window.GetURLHandler).
 void ScriptingEnvironment.Window.getURL(java.lang.String uri, Window.GetURLHandler h, java.lang.String enc)
          Implements Window.getURL(String,org.apache.batik.script.Window.GetURLHandler,String).
 void BaseScriptingEnvironment.Window.getURL(java.lang.String uri, Window.GetURLHandler h)
          Gets data from the given URI.
 void BaseScriptingEnvironment.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
 

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 © 2004 Apache Software Foundation. All Rights Reserved.