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

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

Uses of TextPainter in org.apache.batik.gvt
 

Methods in org.apache.batik.gvt that return TextPainter
 TextPainter GraphicsNodeRenderContext.getTextPainter()
          Returns a text painter object that can be used to render TextNode.
 

Methods in org.apache.batik.gvt with parameters of type TextPainter
 void GraphicsNodeRenderContext.setTextPainter(TextPainter textPainter)
          Sets the text painter object which can be used by GraphicsNode to render text, for example in a TextNode
 

Constructors in org.apache.batik.gvt with parameters of type TextPainter
GraphicsNodeRenderContext(java.awt.geom.AffineTransform transform, java.awt.Shape aoi, java.awt.RenderingHints hints, java.awt.font.FontRenderContext frc, TextPainter textPainter, GraphicsNodeRableFactory gnrFactory)
           
 

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

Classes in org.apache.batik.refimpl.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.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.