|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GVTBuilder | |
---|---|
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. |
Uses of GVTBuilder in org.apache.batik.bridge |
---|
Subclasses of GVTBuilder in org.apache.batik.bridge | |
---|---|
class |
DynamicGVTBuilder
This class is responsible for creating a GVT tree using an SVG DOM tree. |
Fields in org.apache.batik.bridge declared as GVTBuilder | |
---|---|
protected GVTBuilder |
BridgeContext.gvtBuilder
The GVT builder that might be used to create a GVT subtree. |
Methods in org.apache.batik.bridge that return GVTBuilder | |
---|---|
GVTBuilder |
BridgeContext.getGVTBuilder()
Returns the GVT builder that is currently used to build the GVT tree. |
Methods in org.apache.batik.bridge with parameters of type GVTBuilder | |
---|---|
protected void |
BridgeContext.setGVTBuilder(GVTBuilder gvtBuilder)
Sets the GVT builder that uses this context. |
Uses of GVTBuilder in org.apache.batik.transcoder |
---|
Fields in org.apache.batik.transcoder declared as GVTBuilder | |
---|---|
protected GVTBuilder |
SVGAbstractTranscoder.builder
Current gvt builder |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |