Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • currentLocation

        private java.awt.geom.Point2D currentLocation
    • Constructor Detail

      • TextRunPainter

        private TextRunPainter()
    • 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)