| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected InterpreterPool |
BridgeContext.interpreterPool
The interpreter pool used to handle scripts.
|
| Modifier and Type | Method and Description |
|---|---|
InterpreterPool |
BridgeContext.getInterpreterPool()
Returns the interpreter pool used to handle scripts.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BridgeContext.setInterpreterPool(InterpreterPool interpreterPool)
Sets the interpreter pool used to handle scripts to the
specified interpreter pool.
|
| Constructor and Description |
|---|
BridgeContext(UserAgent userAgent,
InterpreterPool interpreterPool,
DocumentLoader documentLoader)
Constructs a new bridge context.
|
| Constructor and Description |
|---|
SVG12BridgeContext(UserAgent userAgent,
InterpreterPool interpreterPool,
DocumentLoader documentLoader)
Constructs a new bridge context.
|
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.