Uses of Interface
org.apache.batik.bridge.GVTBuilder

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.refimpl.bridge   
org.apache.batik.refimpl.transcoder   
org.apache.batik.refimpl.util   
 

Uses of GVTBuilder in org.apache.batik.bridge
 

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
 void BridgeContext.setGVTBuilder(GVTBuilder gvtBuilder)
          Sets the GVT builder used to build the GVT tree.
 

Uses of GVTBuilder in org.apache.batik.refimpl.bridge
 

Classes in org.apache.batik.refimpl.bridge that implement GVTBuilder
 class ConcreteGVTBuilder
          This class is responsible for creating the GVT tree from the SVG Document.
 

Methods in org.apache.batik.refimpl.bridge that return GVTBuilder
 GVTBuilder ConcreteBridgeContext.getGVTBuilder()
           
 

Methods in org.apache.batik.refimpl.bridge with parameters of type GVTBuilder
 void ConcreteBridgeContext.setGVTBuilder(GVTBuilder gvtBuilder)
           
 

Uses of GVTBuilder in org.apache.batik.refimpl.transcoder
 

Methods in org.apache.batik.refimpl.transcoder that return GVTBuilder
protected  GVTBuilder AbstractTranscoder.getGVTBuilder()
          Returns the GVTBuilder to use.
 

Uses of GVTBuilder in org.apache.batik.refimpl.util
 

Fields in org.apache.batik.refimpl.util declared as GVTBuilder
protected  GVTBuilder JSVGCanvas.builder
          The GVT builder.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.