Class StrokingTextPainter.TextRun

java.lang.Object
org.apache.batik.bridge.StrokingTextPainter.TextRun
Enclosing class:
StrokingTextPainter

public static class StrokingTextPainter.TextRun extends Object
Inner convenience class for associating a TextLayout for sub-spans, and the ACI which iterates over that subspan.
  • Field Details

    • aci

    • layout

      protected TextSpanLayout layout
    • anchorType

      protected int anchorType
    • firstRunInChunk

      protected boolean firstRunInChunk
    • length

      protected Float length
    • lengthAdjust

      protected Integer lengthAdjust
    • level

      private int level
    • reversals

      private int reversals
  • Constructor Details

  • Method Details

    • getACI

      public AttributedCharacterIterator getACI()
    • getLayout

      public TextSpanLayout getLayout()
    • getAnchorType

      public int getAnchorType()
    • getLength

      public Float getLength()
    • getLengthAdjust

      public Integer getLengthAdjust()
    • isFirstRunInChunk

      public boolean isFirstRunInChunk()
    • getBidiLevel

      public int getBidiLevel()
    • reverse

      public void reverse()
    • maybeReverseGlyphs

      public void maybeReverseGlyphs(boolean mirror)