fop 0.95

org.apache.fop.svg
Class PDFFlowTextPainter

java.lang.Object
  extended byorg.apache.batik.gvt.renderer.BasicTextPainter
      extended byorg.apache.batik.gvt.renderer.StrokingTextPainter
          extended byorg.apache.fop.svg.PDFTextPainter
              extended byorg.apache.fop.svg.PDFFlowTextPainter
All Implemented Interfaces:
org.apache.batik.gvt.TextPainter

public class PDFFlowTextPainter
extends PDFTextPainter

Text Painter for SVG 1.2 (flow) text.


Nested Class Summary
 
Nested classes inherited from class org.apache.batik.gvt.renderer.StrokingTextPainter
org.apache.batik.gvt.renderer.StrokingTextPainter.TextRun
 
Nested classes inherited from class org.apache.batik.gvt.renderer.BasicTextPainter
org.apache.batik.gvt.renderer.BasicTextPainter.BasicMark
 
Field Summary
 
Fields inherited from class org.apache.batik.gvt.renderer.StrokingTextPainter
ADJUST_ALL, ADJUST_SPACING, ALT_GLYPH_HANDLER, ANCHOR_TYPE, BIDI_LEVEL, FLOW_PARAGRAPH, FLOW_REGIONS, GVT_FONT, GVT_FONTS, PAINT_INFO, singleton, TEXT_COMPOUND_ID, TEXTPATH, WRITING_MODE, WRITING_MODE_RTL, WRITING_MODE_TTB, XPOS, YPOS
 
Fields inherited from class org.apache.batik.gvt.renderer.BasicTextPainter
aaOffFontRenderContext, fontRenderContext
 
Constructor Summary
PDFFlowTextPainter(FontInfo fontInfo)
          Main constructor
 
Method Summary
 java.util.List getTextRuns(org.apache.batik.gvt.TextNode node, java.text.AttributedCharacterIterator aci)
          
 
Methods inherited from class org.apache.fop.svg.PDFTextPainter
paintTextRuns
 
Methods inherited from class org.apache.batik.gvt.renderer.StrokingTextPainter
adjustChunkOffsets, computeTextRuns, createModifiedACIForFontMatching, getBounds2D, getDecorationOutline, getDecorationStrokeOutline, getHighlightShape, getInstance, getMark, getOutline, getSelected, getTextChunk, getTextChunkACIs, hitTest, paint, paintDecorations, printAttrs, selectFirst, selectLast
 
Methods inherited from class org.apache.batik.gvt.renderer.BasicTextPainter
getGeometryBounds, getTextLayoutFactory, selectAt, selectTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFFlowTextPainter

public PDFFlowTextPainter(FontInfo fontInfo)
Main constructor

Parameters:
fontInfo - the font directory
Method Detail

getTextRuns

public java.util.List getTextRuns(org.apache.batik.gvt.TextNode node,
                                  java.text.AttributedCharacterIterator aci)


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.