Package org.apache.fop.render.ps
Class PSBatikFlowTextElementBridge.PSFlowExtTextPainter
- java.lang.Object
-
- org.apache.batik.bridge.BasicTextPainter
-
- org.apache.batik.bridge.StrokingTextPainter
-
- org.apache.fop.svg.NativeTextPainter
-
- org.apache.fop.render.ps.PSTextPainter
-
- org.apache.fop.render.ps.PSBatikFlowTextElementBridge.PSFlowExtTextPainter
-
- All Implemented Interfaces:
org.apache.batik.bridge.TextPainter
- Enclosing class:
- PSBatikFlowTextElementBridge
private class PSBatikFlowTextElementBridge.PSFlowExtTextPainter extends PSTextPainter
-
-
Field Summary
-
Fields inherited from class org.apache.fop.svg.NativeTextPainter
font, fontFamilyResolver, fontInfo, log, tpi
-
Fields inherited from class org.apache.batik.bridge.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
-
-
Constructor Summary
Constructors Constructor Description PSFlowExtTextPainter(FontInfo fontInfo)
Main constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getTextRuns(org.apache.batik.bridge.TextNode node, java.text.AttributedCharacterIterator aci)
-
Methods inherited from class org.apache.fop.render.ps.PSTextPainter
beginTextObject, clip, endTextObject, isSupported, positionGlyph, preparePainting, restoreGraphicsState, saveGraphicsState, setInitialTransform, writeGlyph
-
Methods inherited from class org.apache.fop.svg.NativeTextPainter
collectCharacters, computeTextRuns, getFontFamilyResolver, getTextLayoutFactory, getTextRunBoundaryAttributes, logCharacter, logTextRun, paintTextRun, paintTextRuns, reorderTextRuns, writeGlyphs
-
Methods inherited from class org.apache.batik.bridge.StrokingTextPainter
adjustChunkOffsets, computeTextRuns, createModifiedACIForFontMatching, getBounds2D, getDecorationOutline, getDecorationStrokeOutline, getHighlightShape, getInstance, getMark, getOutline, getSelected, getTextChunk, getTextChunkACIs, hitTest, paint, paintDecorations, printAttrs, selectFirst, selectLast
-
-
-
-
Constructor Detail
-
PSFlowExtTextPainter
public PSFlowExtTextPainter(FontInfo fontInfo)
Main constructor- Parameters:
fontInfo
- the font directory
-
-