|
||||||||||
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |