Uses of Interface
org.apache.batik.script.InterpreterPool

Packages that use InterpreterPool
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.refimpl.bridge   
org.apache.batik.refimpl.script   
 

Uses of InterpreterPool in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return InterpreterPool
 InterpreterPool BridgeContext.getInterpreterPool()
          Returns the interpreter pool that can be used for scripting.
 

Uses of InterpreterPool in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge that return InterpreterPool
 InterpreterPool ConcreteBridgeContext.getInterpreterPool()
           
 

Methods in org.apache.batik.refimpl.bridge with parameters of type InterpreterPool
 void ConcreteBridgeContext.setInterpreterPool(InterpreterPool interpreterPool)
           
 

Uses of InterpreterPool in org.apache.batik.refimpl.script
 

Classes in org.apache.batik.refimpl.script that implement InterpreterPool
 class ConcreteInterpreterPool
          The reference implementation of the InterpreterPool interface.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.