Uses of Class
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. 
 

Uses of InterpreterPool in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as InterpreterPool
protected  InterpreterPool BridgeContext.interpreterPool
          The interpreter pool used to handle scripts.
 

Methods in org.apache.batik.bridge that return InterpreterPool
 InterpreterPool BridgeContext.getInterpreterPool()
          Returns the interpreter pool used to handle scripts.
 

Methods in org.apache.batik.bridge with parameters of type InterpreterPool
protected  void BridgeContext.setInterpreterPool(InterpreterPool interpreterPool)
          Sets the interpreter pool used to handle scripts to the specified interpreter pool.
 

Constructors in org.apache.batik.bridge with parameters of type InterpreterPool
BridgeContext(UserAgent userAgent, InterpreterPool interpreterPool, DocumentLoader documentLoader)
          Constructs a new bridge context.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.