Uses of Class
org.apache.batik.script.InterpreterPool
-
Packages that use InterpreterPool Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 -
-
Uses of InterpreterPool in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as InterpreterPool Modifier and Type Field Description protected InterpreterPoolBridgeContext. interpreterPoolThe interpreter pool used to handle scripts.private static InterpreterPoolBridgeContext. sharedPoolBy default we share a unique instance of InterpreterPool.Methods in org.apache.batik.bridge that return InterpreterPool Modifier and Type Method Description InterpreterPoolBridgeContext. getInterpreterPool()Returns the interpreter pool used to handle scripts.Methods in org.apache.batik.bridge with parameters of type InterpreterPool Modifier and Type Method Description protected 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 InterpreterPool Constructor Description BridgeContext(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 InterpreterPool Constructor Description SVG12BridgeContext(UserAgent userAgent, InterpreterPool interpreterPool, DocumentLoader documentLoader)Constructs a new bridge context.
-