public abstract class sun.font.ExtendedTextLabel extends sun.font.TextLabel implements sun.font.TextLineComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: sun.font.ExtendedTextLabel
  super_class: sun.font.TextLabel
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.ExtendedTextLabel this
         0: .line 45
            aload 0 /* this */
            invokespecial sun.font.TextLabel.<init>:()V
            return
        end local 0 // sun.font.ExtendedTextLabel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/ExtendedTextLabel;

  public abstract int getNumCharacters();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.font.CoreMetrics getCoreMetrics();
    descriptor: ()Lsun/font/CoreMetrics;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract float getCharX(int);
    descriptor: (I)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalIndex  

  public abstract float getCharY(int);
    descriptor: (I)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalIndex  

  public abstract float getCharAdvance(int);
    descriptor: (I)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalIndex  

  public abstract java.awt.geom.Rectangle2D getCharVisualBounds(int, float, float);
    descriptor: (IFF)Ljava/awt/geom/Rectangle2D;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalIndex  
      x             
      y             

  public abstract int logicalToVisual(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalIndex  

  public abstract int visualToLogical(int);
    descriptor: (I)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      visualIndex  

  public abstract int getLineBreakIndex(int, float);
    descriptor: (IF)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalStart  
      width         

  public abstract float getAdvanceBetween(int, int);
    descriptor: (II)F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      logicalStart  
      logicalLimit  

  public abstract boolean caretAtOffsetIsValid(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      offset  

  public java.awt.geom.Rectangle2D getCharVisualBounds(int);
    descriptor: (I)Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.font.ExtendedTextLabel this
        start local 1 // int logicalIndex
         0: .line 115
            aload 0 /* this */
            iload 1 /* logicalIndex */
            fconst_0
            fconst_0
            invokevirtual sun.font.ExtendedTextLabel.getCharVisualBounds:(IFF)Ljava/awt/geom/Rectangle2D;
            areturn
        end local 1 // int logicalIndex
        end local 0 // sun.font.ExtendedTextLabel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lsun/font/ExtendedTextLabel;
            0    1     1  logicalIndex  I
    MethodParameters:
              Name  Flags
      logicalIndex  

  public abstract sun.font.TextLineComponent getSubset(int, int, int);
    descriptor: (III)Lsun/font/TextLineComponent;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      start  
      limit  
      dir    

  public abstract int getNumJustificationInfos();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void getJustificationInfos(java.awt.font.GlyphJustificationInfo[], int, int, int);
    descriptor: ([Ljava/awt/font/GlyphJustificationInfo;III)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      infos      
      infoStart  
      charStart  
      charLimit  

  public abstract sun.font.TextLineComponent applyJustificationDeltas(float[], int, boolean[]);
    descriptor: ([FI[Z)Lsun/font/TextLineComponent;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      deltas      
      deltaStart  
      flags       
}
SourceFile: "ExtendedTextLabel.java"