| 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.transcoder |
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DynamicGVTBuilder |
This class is responsible for creating a GVT tree using an SVG DOM tree.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected GVTBuilder |
BridgeContext.gvtBuilder |
The GVT builder that might be used to create a GVT subtree.
|
| Modifier and Type | Method | Description |
|---|---|---|
GVTBuilder |
BridgeContext.getGVTBuilder() |
Returns the GVT builder that is currently used to build the GVT tree.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BridgeContext.setGVTBuilder(GVTBuilder gvtBuilder) |
Sets the GVT builder that uses this context.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected GVTBuilder |
SVGAbstractTranscoder.builder |
Current gvt builder
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.