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 classDynamicGVTBuilderThis 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 GVTBuilderBridgeContext. gvtBuilderThe 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 GVTBuilderBridgeContext. 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 voidBridgeContext. 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 GVTBuilderSVGAbstractTranscoder. builderCurrent gvt builder
-