Package org.apache.fop.svg
Class AbstractFOPTextPainter.TextRunPainter
- java.lang.Object
-
- org.apache.fop.svg.AbstractFOPTextPainter.TextRunPainter
-
- Enclosing class:
- AbstractFOPTextPainter
private class AbstractFOPTextPainter.TextRunPainter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.geom.Point2D
currentLocation
-
Constructor Summary
Constructors Modifier Constructor Description private
TextRunPainter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
paintTextRun(org.apache.batik.bridge.StrokingTextPainter.TextRun run, java.awt.Graphics2D g2d)
void
paintTextRuns(java.lang.Iterable<org.apache.batik.bridge.StrokingTextPainter.TextRun> textRuns, java.awt.Graphics2D g2d, java.awt.geom.Point2D nodeLocation)
private void
updateLocationFromACI(java.text.AttributedCharacterIterator aci, java.awt.geom.Point2D loc)
-
-
-
Method Detail
-
paintTextRuns
public void paintTextRuns(java.lang.Iterable<org.apache.batik.bridge.StrokingTextPainter.TextRun> textRuns, java.awt.Graphics2D g2d, java.awt.geom.Point2D nodeLocation)
-
paintTextRun
private void paintTextRun(org.apache.batik.bridge.StrokingTextPainter.TextRun run, java.awt.Graphics2D g2d)
-
updateLocationFromACI
private void updateLocationFromACI(java.text.AttributedCharacterIterator aci, java.awt.geom.Point2D loc)
-
-