|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |