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

Packages that use TextNode
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.refimpl.gvt   
 

Uses of TextNode in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt that return TextNode
 TextNode GVTFactory.createTextNode()
          Creates a new TextNode.
 

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

Classes in org.apache.batik.refimpl.gvt that implement TextNode
 class ConcreteTextNode
          A graphics node that represents text.
 

Methods in org.apache.batik.refimpl.gvt that return TextNode
 TextNode ConcreteGVTFactory.createTextNode()
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.