Uses of Class
org.apache.batik.bridge.GVTBuilder
-
Packages that use GVTBuilder 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. -
-
Uses of GVTBuilder in org.apache.batik.bridge
Subclasses of GVTBuilder in org.apache.batik.bridge Modifier and Type Class Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description protected GVTBuilder
SVGAbstractTranscoder. builder
Current gvt builder
-