public class org.apache.batik.bridge.StrokingTextPainter$TextRun
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.StrokingTextPainter$TextRun
  super_class: java.lang.Object
{
  protected java.text.AttributedCharacterIterator aci;
    descriptor: Ljava/text/AttributedCharacterIterator;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.bridge.TextSpanLayout layout;
    descriptor: Lorg/apache/batik/bridge/TextSpanLayout;
    flags: (0x0004) ACC_PROTECTED

  protected int anchorType;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected boolean firstRunInChunk;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Float length;
    descriptor: Ljava/lang/Float;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Integer lengthAdjust;
    descriptor: Ljava/lang/Integer;
    flags: (0x0004) ACC_PROTECTED

  private int level;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int reversals;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.apache.batik.bridge.TextSpanLayout, java.text.AttributedCharacterIterator, boolean);
    descriptor: (Lorg/apache/batik/bridge/TextSpanLayout;Ljava/text/AttributedCharacterIterator;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
        start local 1 // org.apache.batik.bridge.TextSpanLayout layout
        start local 2 // java.text.AttributedCharacterIterator aci
        start local 3 // boolean firstRunInChunk
         0: .line 1645
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1649
            aload 0 /* this */
            aload 1 /* layout */
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.layout:Lorg/apache/batik/bridge/TextSpanLayout;
         2: .line 1650
            aload 0 /* this */
            aload 2 /* aci */
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.aci:Ljava/text/AttributedCharacterIterator;
         3: .line 1651
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.aci:Ljava/text/AttributedCharacterIterator;
            invokeinterface java.text.AttributedCharacterIterator.first:()C
            pop
         4: .line 1652
            aload 0 /* this */
            iload 3 /* firstRunInChunk */
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.firstRunInChunk:Z
         5: .line 1653
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
         6: .line 1655
            aload 2 /* aci */
         7: .line 1656
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.ANCHOR_TYPE:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
         8: .line 1655
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast org.apache.batik.bridge.TextNode$Anchor
            astore 4 /* anchor */
        start local 4 // org.apache.batik.bridge.TextNode$Anchor anchor
         9: .line 1657
            aload 4 /* anchor */
            ifnull 11
        10: .line 1658
            aload 0 /* this */
            aload 4 /* anchor */
            invokevirtual org.apache.batik.bridge.TextNode$Anchor.getType:()I
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
        11: .line 1663
      StackMap locals: org.apache.batik.bridge.StrokingTextPainter$TextRun org.apache.batik.bridge.TextSpanLayout java.text.AttributedCharacterIterator int org.apache.batik.bridge.TextNode$Anchor
      StackMap stack:
            aload 2 /* aci */
            getstatic org.apache.batik.bridge.StrokingTextPainter.WRITING_MODE:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            getstatic org.apache.batik.bridge.StrokingTextPainter.WRITING_MODE_RTL:Ljava/lang/Integer;
            if_acmpne 17
        12: .line 1664
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
            ifne 15
        13: .line 1665
            aload 0 /* this */
            iconst_2
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
        14: .line 1666
            goto 17
      StackMap locals:
      StackMap stack:
        15: aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
            iconst_2
            if_icmpne 17
        16: .line 1667
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
        17: .line 1672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* aci */
        18: .line 1673
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.BBOX_WIDTH:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        19: .line 1672
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.Float
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.length:Ljava/lang/Float;
        20: .line 1674
            aload 0 /* this */
            aload 2 /* aci */
        21: .line 1675
            getstatic org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute.LENGTH_ADJUST:Lorg/apache/batik/gvt/text/GVTAttributedCharacterIterator$TextAttribute;
        22: .line 1674
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.Integer
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.lengthAdjust:Ljava/lang/Integer;
        23: .line 1677
            aload 2 /* aci */
            getstatic org.apache.batik.bridge.StrokingTextPainter.BIDI_LEVEL:Ljava/text/AttributedCharacterIterator$Attribute;
            invokeinterface java.text.AttributedCharacterIterator.getAttribute:(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 5 /* level */
        start local 5 // java.lang.Integer level
        24: .line 1678
            aload 5 /* level */
            ifnull 27
        25: .line 1679
            aload 0 /* this */
            aload 5 /* level */
            invokevirtual java.lang.Integer.intValue:()I
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.level:I
        26: .line 1680
            goto 28
        27: .line 1681
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.level:I
        28: .line 1683
      StackMap locals:
      StackMap stack:
            return
        end local 5 // java.lang.Integer level
        end local 4 // org.apache.batik.bridge.TextNode$Anchor anchor
        end local 3 // boolean firstRunInChunk
        end local 2 // java.text.AttributedCharacterIterator aci
        end local 1 // org.apache.batik.bridge.TextSpanLayout layout
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   29     0             this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
            0   29     1           layout  Lorg/apache/batik/bridge/TextSpanLayout;
            0   29     2              aci  Ljava/text/AttributedCharacterIterator;
            0   29     3  firstRunInChunk  Z
            9   29     4           anchor  Lorg/apache/batik/bridge/TextNode$Anchor;
           24   29     5            level  Ljava/lang/Integer;
    MethodParameters:
                 Name  Flags
      layout           
      aci              
      firstRunInChunk  

  public java.text.AttributedCharacterIterator getACI();
    descriptor: ()Ljava/text/AttributedCharacterIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1686
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.aci:Ljava/text/AttributedCharacterIterator;
            areturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public org.apache.batik.bridge.TextSpanLayout getLayout();
    descriptor: ()Lorg/apache/batik/bridge/TextSpanLayout;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1690
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            areturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public int getAnchorType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1694
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.anchorType:I
            ireturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public java.lang.Float getLength();
    descriptor: ()Ljava/lang/Float;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1698
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.length:Ljava/lang/Float;
            areturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public java.lang.Integer getLengthAdjust();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1702
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.lengthAdjust:Ljava/lang/Integer;
            areturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public boolean isFirstRunInChunk();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1706
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.firstRunInChunk:Z
            ireturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public int getBidiLevel();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1710
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.level:I
            ireturn
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public void reverse();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
         0: .line 1714
            aload 0 /* this */
            dup
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.reversals:I
            iconst_1
            iadd
            putfield org.apache.batik.bridge.StrokingTextPainter$TextRun.reversals:I
         1: .line 1715
            return
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;

  public void maybeReverseGlyphs(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
        start local 1 // boolean mirror
         0: .line 1718
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.reversals:I
            iconst_1
            iand
            iconst_1
            if_icmpne 2
         1: .line 1719
            aload 0 /* this */
            getfield org.apache.batik.bridge.StrokingTextPainter$TextRun.layout:Lorg/apache/batik/bridge/TextSpanLayout;
            iload 1 /* mirror */
            invokeinterface org.apache.batik.bridge.TextSpanLayout.maybeReverse:(Z)V
         2: .line 1721
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean mirror
        end local 0 // org.apache.batik.bridge.StrokingTextPainter$TextRun this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/batik/bridge/StrokingTextPainter$TextRun;
            0    3     1  mirror  Z
    MethodParameters:
        Name  Flags
      mirror  
}
SourceFile: "StrokingTextPainter.java"
NestHost: org.apache.batik.bridge.StrokingTextPainter
InnerClasses:
  public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
  public TextRun = org.apache.batik.bridge.StrokingTextPainter$TextRun of org.apache.batik.bridge.StrokingTextPainter
  public final Anchor = org.apache.batik.bridge.TextNode$Anchor of org.apache.batik.bridge.TextNode
  public TextAttribute = org.apache.batik.gvt.text.GVTAttributedCharacterIterator$TextAttribute of org.apache.batik.gvt.text.GVTAttributedCharacterIterator