Uses of Class
org.apache.batik.script.InterpreterPool
Packages that use InterpreterPool
Package
Description
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 InterpreterPoolModifier and TypeFieldDescriptionprotected InterpreterPoolBridgeContext.interpreterPoolThe interpreter pool used to handle scripts.Methods in org.apache.batik.bridge that return InterpreterPoolModifier and TypeMethodDescriptionBridgeContext.getInterpreterPool()Returns the interpreter pool used to handle scripts.Methods in org.apache.batik.bridge with parameters of type InterpreterPoolModifier and TypeMethodDescriptionprotected voidBridgeContext.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 InterpreterPoolModifierConstructorDescriptionBridgeContext(UserAgent userAgent, InterpreterPool interpreterPool, DocumentLoader documentLoader) Constructs a new bridge context. -
Uses of InterpreterPool in org.apache.batik.bridge.svg12
Constructors in org.apache.batik.bridge.svg12 with parameters of type InterpreterPoolModifierConstructorDescriptionSVG12BridgeContext(UserAgent userAgent, InterpreterPool interpreterPool, DocumentLoader documentLoader) Constructs a new bridge context.