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()
           
 

Constructors in org.apache.batik.gvt.renderer with parameters of type TextSpanLayout
StrokingTextPainter.TextRun(TextSpanLayout layout, java.text.AttributedCharacterIterator aci, boolean firstRunInChunk)
           
 

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.
 

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 © 2002 Apache Software Foundation. All Rights Reserved.