Uses of Interface
org.apache.batik.gvt.text.TextSpanLayout

Packages that use TextSpanLayout
org.apache.batik.gvt.renderer   
org.apache.batik.gvt.text   
 

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

Methods in org.apache.batik.gvt.renderer that return TextSpanLayout
 TextSpanLayout StrokingTextPainter.TextRun.getLayout()
           
 TextSpanLayout BasicTextPainter.BasicMark.getLayout()
           
 

Constructors in org.apache.batik.gvt.renderer with parameters of type TextSpanLayout
StrokingTextPainter.TextRun(TextSpanLayout layout, java.text.AttributedCharacterIterator aci, boolean firstRunInChunk)
           
BasicTextPainter.BasicMark(TextNode node, TextSpanLayout layout, TextHit hit)
          Constructs a new Mark with the specified parameters.
 

Uses of TextSpanLayout in org.apache.batik.gvt.text
 

Classes in org.apache.batik.gvt.text that implement TextSpanLayout
 class GlyphLayout
          Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
 class TextLayoutAdapter
          Implementation of TextSpanLayout that uses java.awt.font.TextLayout for its internals.
 

Methods in org.apache.batik.gvt.text that return TextSpanLayout
 TextSpanLayout TextLayoutFactory.createTextLayout(java.text.AttributedCharacterIterator aci, int[] charMap, java.awt.geom.Point2D offset, java.awt.font.FontRenderContext frc)
          Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
 TextSpanLayout ConcreteTextLayoutFactory.createTextLayout(java.text.AttributedCharacterIterator aci, int[] charMap, java.awt.geom.Point2D offset, java.awt.font.FontRenderContext frc)
          Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.