Uses of Interface
org.apache.batik.bridge.TextSpanLayout

Packages that use TextSpanLayout
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
 

Uses of TextSpanLayout in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement TextSpanLayout
 class FlowGlyphLayout
          One line Class Desc Complete Class Desc
 class GlyphLayout
          Implementation of TextSpanLayout which uses java.awt.font.GlyphVector.
 

Fields in org.apache.batik.bridge declared as TextSpanLayout
protected  TextSpanLayout StrokingTextPainter.TextRun.layout
           
 

Methods in org.apache.batik.bridge that return TextSpanLayout
 TextSpanLayout ConcreteTextLayoutFactory.createTextLayout(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc)
          Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
 TextSpanLayout FlowTextLayoutFactory.createTextLayout(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc)
          Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
 TextSpanLayout TextLayoutFactory.createTextLayout(AttributedCharacterIterator aci, int[] charMap, Point2D offset, FontRenderContext frc)
          Returns an instance of TextSpanLayout suitable for rendering the AttributedCharacterIterator.
 TextSpanLayout StrokingTextPainter.TextRun.getLayout()
           
 

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



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