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

Packages that use TextPainter
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.gvt Contains all of the interfaces for describing and painting vector graphics as Java objects. 
org.apache.batik.gvt.renderer   
 

Uses of TextPainter in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as TextPainter
protected  TextPainter BridgeContext.textPainter
          The text painter to use.
 

Methods in org.apache.batik.bridge that return TextPainter
 TextPainter BridgeContext.getTextPainter()
          Returns the text painter that will be used be text nodes.
 

Methods in org.apache.batik.bridge with parameters of type TextPainter
 void BridgeContext.setTextPainter(TextPainter textPainter)
          Sets the text painter that will be used by text nodes.
 

Uses of TextPainter in org.apache.batik.gvt
 

Fields in org.apache.batik.gvt declared as TextPainter
protected  TextPainter TextNode.textPainter
          The text painter used to display the text of this text node.
 

Methods in org.apache.batik.gvt that return TextPainter
 TextPainter TextNode.getTextPainter()
          Returns the text painter of this text node.
 

Methods in org.apache.batik.gvt with parameters of type TextPainter
 void TextNode.setTextPainter(TextPainter textPainter)
          Sets the text painter of this text node.
 

Uses of TextPainter in org.apache.batik.gvt.renderer
 

Classes in org.apache.batik.gvt.renderer that implement TextPainter
 class BasicTextPainter
          Basic implementation of TextPainter which renders the attributed character iterator of a TextNode.
 class ConcreteTextPainter
          Renders the attributed character iterator of a TextNode.
 class StrokingTextPainter
          More sophisticated implementation of TextPainter which renders the attributed character iterator of a TextNode.
 

Fields in org.apache.batik.gvt.renderer declared as TextPainter
protected static TextPainter StrokingTextPainter.singleton
          A unique instance of this class.
 

Methods in org.apache.batik.gvt.renderer that return TextPainter
static TextPainter StrokingTextPainter.getInstance()
          Returns a unique instance of this class.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.