public class org.apache.batik.gvt.flow.WordInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.gvt.flow.WordInfo
  super_class: java.lang.Object
{
  int index;
    descriptor: I
    flags: (0x0000) 

  float ascent;
    descriptor: F
    flags: (0x0000) 

  float descent;
    descriptor: F
    flags: (0x0000) 

  float lineHeight;
    descriptor: F
    flags: (0x0000) 

  org.apache.batik.gvt.flow.GlyphGroupInfo[] glyphGroups;
    descriptor: [Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
    flags: (0x0000) 

  java.lang.Object flowLine;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // int index
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.gvt.flow.WordInfo.index:I
         2: .line 35
            aload 0 /* this */
            ldc -1.0
            putfield org.apache.batik.gvt.flow.WordInfo.ascent:F
            aload 0 /* this */
            ldc -1.0
            putfield org.apache.batik.gvt.flow.WordInfo.descent:F
            aload 0 /* this */
            ldc -1.0
            putfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
         3: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
         4: .line 37
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.gvt.flow.WordInfo.flowLine:Ljava/lang/Object;
         5: .line 40
            aload 0 /* this */
            iload 1 /* index */
            putfield org.apache.batik.gvt.flow.WordInfo.index:I
         6: .line 41
            return
        end local 1 // int index
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    7     1  index  I
    MethodParameters:
       Name  Flags
      index  

  void <init>(int, float, float, float, org.apache.batik.gvt.flow.GlyphGroupInfo[]);
    descriptor: (IFFF[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // int index
        start local 2 // float ascent
        start local 3 // float descent
        start local 4 // float lineHeight
        start local 5 // org.apache.batik.gvt.flow.GlyphGroupInfo[] glyphGroups
         0: .line 43
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.gvt.flow.WordInfo.index:I
         2: .line 35
            aload 0 /* this */
            ldc -1.0
            putfield org.apache.batik.gvt.flow.WordInfo.ascent:F
            aload 0 /* this */
            ldc -1.0
            putfield org.apache.batik.gvt.flow.WordInfo.descent:F
            aload 0 /* this */
            ldc -1.0
            putfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
         3: .line 36
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
         4: .line 37
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.gvt.flow.WordInfo.flowLine:Ljava/lang/Object;
         5: .line 46
            aload 0 /* this */
            iload 1 /* index */
            putfield org.apache.batik.gvt.flow.WordInfo.index:I
         6: .line 47
            aload 0 /* this */
            fload 2 /* ascent */
            putfield org.apache.batik.gvt.flow.WordInfo.ascent:F
         7: .line 48
            aload 0 /* this */
            fload 3 /* descent */
            putfield org.apache.batik.gvt.flow.WordInfo.descent:F
         8: .line 49
            aload 0 /* this */
            fload 4 /* lineHeight */
            putfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
         9: .line 50
            aload 0 /* this */
            aload 5 /* glyphGroups */
            putfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
        10: .line 51
            return
        end local 5 // org.apache.batik.gvt.flow.GlyphGroupInfo[] glyphGroups
        end local 4 // float lineHeight
        end local 3 // float descent
        end local 2 // float ascent
        end local 1 // int index
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/apache/batik/gvt/flow/WordInfo;
            0   11     1        index  I
            0   11     2       ascent  F
            0   11     3      descent  F
            0   11     4   lineHeight  F
            0   11     5  glyphGroups  [Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
    MethodParameters:
             Name  Flags
      index        
      ascent       
      descent      
      lineHeight   
      glyphGroups  

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
         0: .line 53
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.index:I
            ireturn
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/flow/WordInfo;

  public float getAscent();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
         0: .line 55
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.ascent:F
            freturn
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/flow/WordInfo;

  public void setAscent(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // float ascent
         0: .line 56
            aload 0 /* this */
            fload 1 /* ascent */
            putfield org.apache.batik.gvt.flow.WordInfo.ascent:F
            return
        end local 1 // float ascent
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    1     1  ascent  F
    MethodParameters:
        Name  Flags
      ascent  

  public float getDescent();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
         0: .line 58
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.descent:F
            freturn
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/flow/WordInfo;

  public void setDescent(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // float descent
         0: .line 59
            aload 0 /* this */
            fload 1 /* descent */
            putfield org.apache.batik.gvt.flow.WordInfo.descent:F
            return
        end local 1 // float descent
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    1     1  descent  F
    MethodParameters:
         Name  Flags
      descent  

  public void addLineMetrics(org.apache.batik.gvt.font.GVTFont, org.apache.batik.gvt.font.GVTLineMetrics);
    descriptor: (Lorg/apache/batik/gvt/font/GVTFont;Lorg/apache/batik/gvt/font/GVTLineMetrics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // org.apache.batik.gvt.font.GVTFont font
        start local 2 // org.apache.batik.gvt.font.GVTLineMetrics lm
         0: .line 62
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.ascent:F
            aload 2 /* lm */
            invokevirtual org.apache.batik.gvt.font.GVTLineMetrics.getAscent:()F
            fcmpg
            ifge 2
         1: .line 63
            aload 0 /* this */
            aload 2 /* lm */
            invokevirtual org.apache.batik.gvt.font.GVTLineMetrics.getAscent:()F
            putfield org.apache.batik.gvt.flow.WordInfo.ascent:F
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.descent:F
            aload 2 /* lm */
            invokevirtual org.apache.batik.gvt.font.GVTLineMetrics.getDescent:()F
            fcmpg
            ifge 4
         3: .line 65
            aload 0 /* this */
            aload 2 /* lm */
            invokevirtual org.apache.batik.gvt.font.GVTLineMetrics.getDescent:()F
            putfield org.apache.batik.gvt.flow.WordInfo.descent:F
         4: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.batik.gvt.font.GVTLineMetrics lm
        end local 1 // org.apache.batik.gvt.font.GVTFont font
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    5     1  font  Lorg/apache/batik/gvt/font/GVTFont;
            0    5     2    lm  Lorg/apache/batik/gvt/font/GVTLineMetrics;
    MethodParameters:
      Name  Flags
      font  
      lm    

  public float getLineHeight();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
         0: .line 69
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
            freturn
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/flow/WordInfo;

  public void setLineHeight(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // float lineHeight
         0: .line 71
            aload 0 /* this */
            fload 1 /* lineHeight */
            putfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
            return
        end local 1 // float lineHeight
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    1     1  lineHeight  F
    MethodParameters:
            Name  Flags
      lineHeight  

  public void addLineHeight(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // float lineHeight
         0: .line 73
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
            fload 1 /* lineHeight */
            fcmpg
            ifge 2
         1: .line 74
            aload 0 /* this */
            fload 1 /* lineHeight */
            putfield org.apache.batik.gvt.flow.WordInfo.lineHeight:F
         2: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float lineHeight
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    3     1  lineHeight  F
    MethodParameters:
            Name  Flags
      lineHeight  

  public java.lang.Object getFlowLine();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
         0: .line 77
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.flowLine:Ljava/lang/Object;
            areturn
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/flow/WordInfo;

  public void setFlowLine(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // java.lang.Object fl
         0: .line 78
            aload 0 /* this */
            aload 1 /* fl */
            putfield org.apache.batik.gvt.flow.WordInfo.flowLine:Ljava/lang/Object;
            return
        end local 1 // java.lang.Object fl
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    1     1    fl  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      fl    

  public int getNumGlyphGroups();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
         0: .line 81
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
            ifnonnull 2
         1: .line 82
            iconst_m1
            ireturn
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
            arraylength
            ireturn
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/flow/WordInfo;

  public void setGlyphGroups(org.apache.batik.gvt.flow.GlyphGroupInfo[]);
    descriptor: ([Lorg/apache/batik/gvt/flow/GlyphGroupInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // org.apache.batik.gvt.flow.GlyphGroupInfo[] glyphGroups
         0: .line 86
            aload 0 /* this */
            aload 1 /* glyphGroups */
            putfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
         1: .line 87
            return
        end local 1 // org.apache.batik.gvt.flow.GlyphGroupInfo[] glyphGroups
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    2     1  glyphGroups  [Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
    MethodParameters:
             Name  Flags
      glyphGroups  

  public org.apache.batik.gvt.flow.GlyphGroupInfo getGlyphGroup(int);
    descriptor: (I)Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.flow.WordInfo this
        start local 1 // int idx
         0: .line 89
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
            ifnonnull 1
            aconst_null
            areturn
         1: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.gvt.flow.WordInfo.glyphGroups:[Lorg/apache/batik/gvt/flow/GlyphGroupInfo;
            iload 1 /* idx */
            aaload
            areturn
        end local 1 // int idx
        end local 0 // org.apache.batik.gvt.flow.WordInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/gvt/flow/WordInfo;
            0    2     1   idx  I
    MethodParameters:
      Name  Flags
      idx   
}
SourceFile: "WordInfo.java"