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