Uses of Interface
org.apache.batik.gvt.GVTFactory

Packages that use GVTFactory
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.gvt   
 

Uses of GVTFactory in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge that return GVTFactory
 GVTFactory BridgeContext.getGVTFactory()
          Returns the GVT Factory that can be used to create GraphicsNode objects.
 

Methods in org.apache.batik.bridge with parameters of type GVTFactory
 void BridgeContext.setGVTFactory(GVTFactory gvtFactory)
          Sets the GVT factory to use to create GraphicsNode
 

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

Methods in org.apache.batik.refimpl.bridge that return GVTFactory
 GVTFactory ConcreteBridgeContext.getGVTFactory()
           
 

Methods in org.apache.batik.refimpl.bridge with parameters of type GVTFactory
 void ConcreteBridgeContext.setGVTFactory(GVTFactory gvtFactory)
           
 

Uses of GVTFactory in org.apache.batik.refimpl.gvt
 

Classes in org.apache.batik.refimpl.gvt that implement GVTFactory
 class ConcreteGVTFactory
          The GVTFactory implementation.
 

Methods in org.apache.batik.refimpl.gvt that return GVTFactory
static GVTFactory ConcreteGVTFactory.getGVTFactoryImplementation()
          Creates the GVTFactory instance.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.