Uses of Interface
org.apache.batik.bridge.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. 
 

Uses of TextPainter in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge 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 FlowTextPainter
          One line Class Desc Complete Class Desc
 class StrokingTextPainter
          More sophisticated implementation of TextPainter which renders the attributed character iterator of a TextNode.
 

Fields in org.apache.batik.bridge declared as TextPainter
protected static TextPainter FlowTextPainter.singleton
          A unique instance of this class.
protected static TextPainter StrokingTextPainter.singleton
          A unique instance of this class.
protected  TextPainter TextNode.textPainter
          The text painter used to display the text of this text node.
protected  TextPainter BridgeContext.textPainter
          The text painter to use.
 

Methods in org.apache.batik.bridge that return TextPainter
static TextPainter FlowTextPainter.getInstance()
          Returns a unique instance of this class.
static TextPainter StrokingTextPainter.getInstance()
          Returns a unique instance of this class.
 TextPainter TextNode.getTextPainter()
          Returns the text painter of this text node.
 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 TextNode.setTextPainter(TextPainter textPainter)
          Sets the text painter of this text node.
 void BridgeContext.setTextPainter(TextPainter textPainter)
          Sets the text painter that will be used by text nodes.
 void FlowTextNode.setTextPainter(TextPainter textPainter)
           
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.