class sun.font.DelegateStrike extends sun.font.NativeStrike
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.DelegateStrike
  super_class: sun.font.NativeStrike
{
  private sun.font.FontStrike delegateStrike;
    descriptor: Lsun/font/FontStrike;
    flags: (0x0002) ACC_PRIVATE

  void <init>(sun.font.NativeFont, sun.font.FontStrikeDesc, sun.font.FontStrike);
    descriptor: (Lsun/font/NativeFont;Lsun/font/FontStrikeDesc;Lsun/font/FontStrike;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.font.DelegateStrike this
        start local 1 // sun.font.NativeFont nativeFont
        start local 2 // sun.font.FontStrikeDesc desc
        start local 3 // sun.font.FontStrike delegate
         0: .line 46
            aload 0 /* this */
            aload 1 /* nativeFont */
            aload 2 /* desc */
            invokespecial sun.font.NativeStrike.<init>:(Lsun/font/NativeFont;Lsun/font/FontStrikeDesc;)V
         1: .line 47
            aload 0 /* this */
            aload 3 /* delegate */
            putfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
         2: .line 48
            return
        end local 3 // sun.font.FontStrike delegate
        end local 2 // sun.font.FontStrikeDesc desc
        end local 1 // sun.font.NativeFont nativeFont
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/font/DelegateStrike;
            0    3     1  nativeFont  Lsun/font/NativeFont;
            0    3     2        desc  Lsun/font/FontStrikeDesc;
            0    3     3    delegate  Lsun/font/FontStrike;
    MethodParameters:
            Name  Flags
      nativeFont  
      desc        
      delegate    

  sun.font.StrikeMetrics getFontMetrics();
    descriptor: ()Lsun/font/StrikeMetrics;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.font.DelegateStrike this
         0: .line 59
            aload 0 /* this */
            getfield sun.font.DelegateStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            ifnonnull 5
         1: .line 60
            aload 0 /* this */
            getfield sun.font.DelegateStrike.pScalerContext:J
            lconst_0
            lcmp
            ifeq 3
         2: .line 61
            aload 0 /* this */
            aload 0 /* this */
            invokespecial sun.font.NativeStrike.getFontMetrics:()Lsun/font/StrikeMetrics;
            putfield sun.font.DelegateStrike.strikeMetrics:Lsun/font/StrikeMetrics;
         3: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.DelegateStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            ifnonnull 5
         4: .line 64
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            invokevirtual sun.font.FontStrike.getFontMetrics:()Lsun/font/StrikeMetrics;
            putfield sun.font.DelegateStrike.strikeMetrics:Lsun/font/StrikeMetrics;
         5: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.DelegateStrike.strikeMetrics:Lsun/font/StrikeMetrics;
            areturn
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/font/DelegateStrike;

  void getGlyphImagePtrs(int[], long[], int);
    descriptor: ([I[JI)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int[] glyphCodes
        start local 2 // long[] images
        start local 3 // int len
         0: .line 71
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            aload 1 /* glyphCodes */
            aload 2 /* images */
            iload 3 /* len */
            invokevirtual sun.font.FontStrike.getGlyphImagePtrs:([I[JI)V
         1: .line 72
            return
        end local 3 // int len
        end local 2 // long[] images
        end local 1 // int[] glyphCodes
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lsun/font/DelegateStrike;
            0    2     1  glyphCodes  [I
            0    2     2      images  [J
            0    2     3         len  I
    MethodParameters:
            Name  Flags
      glyphCodes  
      images      
      len         

  long getGlyphImagePtr(int);
    descriptor: (I)J
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int glyphCode
         0: .line 75
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* glyphCode */
            invokevirtual sun.font.FontStrike.getGlyphImagePtr:(I)J
            lreturn
        end local 1 // int glyphCode
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/DelegateStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  void getGlyphImageBounds(int, java.awt.geom.Point2D$Float, java.awt.Rectangle);
    descriptor: (ILjava/awt/geom/Point2D$Float;Ljava/awt/Rectangle;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int glyphCode
        start local 2 // java.awt.geom.Point2D$Float pt
        start local 3 // java.awt.Rectangle result
         0: .line 80
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* glyphCode */
            aload 2 /* pt */
            aload 3 /* result */
            invokevirtual sun.font.FontStrike.getGlyphImageBounds:(ILjava/awt/geom/Point2D$Float;Ljava/awt/Rectangle;)V
         1: .line 81
            return
        end local 3 // java.awt.Rectangle result
        end local 2 // java.awt.geom.Point2D$Float pt
        end local 1 // int glyphCode
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lsun/font/DelegateStrike;
            0    2     1  glyphCode  I
            0    2     2         pt  Ljava/awt/geom/Point2D$Float;
            0    2     3     result  Ljava/awt/Rectangle;
    MethodParameters:
           Name  Flags
      glyphCode  
      pt         
      result     

  java.awt.geom.Point2D$Float getGlyphMetrics(int);
    descriptor: (I)Ljava/awt/geom/Point2D$Float;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int glyphCode
         0: .line 84
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* glyphCode */
            invokevirtual sun.font.FontStrike.getGlyphMetrics:(I)Ljava/awt/geom/Point2D$Float;
            areturn
        end local 1 // int glyphCode
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/DelegateStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  float getGlyphAdvance(int);
    descriptor: (I)F
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int glyphCode
         0: .line 88
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* glyphCode */
            invokevirtual sun.font.FontStrike.getGlyphAdvance:(I)F
            freturn
        end local 1 // int glyphCode
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/DelegateStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  java.awt.geom.Point2D$Float getCharMetrics(char);
    descriptor: (C)Ljava/awt/geom/Point2D$Float;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.DelegateStrike this
        start local 1 // char ch
         0: .line 92
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* ch */
            invokevirtual sun.font.FontStrike.getCharMetrics:(C)Ljava/awt/geom/Point2D$Float;
            areturn
        end local 1 // char ch
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/DelegateStrike;
            0    1     1    ch  C
    MethodParameters:
      Name  Flags
      ch    

  float getCodePointAdvance(int);
    descriptor: (I)F
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int cp
         0: .line 96
            iload 1 /* cp */
            iflt 1
            iload 1 /* cp */
            ldc 65536
            if_icmplt 2
         1: .line 97
      StackMap locals:
      StackMap stack:
            ldc 65535
            istore 1 /* cp */
         2: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* cp */
            invokevirtual sun.font.FontStrike.getGlyphAdvance:(I)F
            freturn
        end local 1 // int cp
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/font/DelegateStrike;
            0    3     1    cp  I
    MethodParameters:
      Name  Flags
      cp    

  java.awt.geom.Rectangle2D$Float getGlyphOutlineBounds(int);
    descriptor: (I)Ljava/awt/geom/Rectangle2D$Float;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int glyphCode
         0: .line 103
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* glyphCode */
            invokevirtual sun.font.FontStrike.getGlyphOutlineBounds:(I)Ljava/awt/geom/Rectangle2D$Float;
            areturn
        end local 1 // int glyphCode
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/DelegateStrike;
            0    1     1  glyphCode  I
    MethodParameters:
           Name  Flags
      glyphCode  

  java.awt.geom.GeneralPath getGlyphOutline(int, float, float);
    descriptor: (IFF)Ljava/awt/geom/GeneralPath;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int glyphCode
        start local 2 // float x
        start local 3 // float y
         0: .line 107
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            iload 1 /* glyphCode */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual sun.font.FontStrike.getGlyphOutline:(IFF)Ljava/awt/geom/GeneralPath;
            areturn
        end local 3 // float y
        end local 2 // float x
        end local 1 // int glyphCode
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lsun/font/DelegateStrike;
            0    1     1  glyphCode  I
            0    1     2          x  F
            0    1     3          y  F
    MethodParameters:
           Name  Flags
      glyphCode  
      x          
      y          

  java.awt.geom.GeneralPath getGlyphVectorOutline(int[], float, float);
    descriptor: ([IFF)Ljava/awt/geom/GeneralPath;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // sun.font.DelegateStrike this
        start local 1 // int[] glyphs
        start local 2 // float x
        start local 3 // float y
         0: .line 111
            aload 0 /* this */
            getfield sun.font.DelegateStrike.delegateStrike:Lsun/font/FontStrike;
            aload 1 /* glyphs */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual sun.font.FontStrike.getGlyphVectorOutline:([IFF)Ljava/awt/geom/GeneralPath;
            areturn
        end local 3 // float y
        end local 2 // float x
        end local 1 // int[] glyphs
        end local 0 // sun.font.DelegateStrike this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lsun/font/DelegateStrike;
            0    1     1  glyphs  [I
            0    1     2       x  F
            0    1     3       y  F
    MethodParameters:
        Name  Flags
      glyphs  
      x       
      y       
}
SourceFile: "DelegateStrike.java"
InnerClasses:
  public Float = java.awt.geom.Point2D$Float of java.awt.geom.Point2D
  public Float = java.awt.geom.Rectangle2D$Float of java.awt.geom.Rectangle2D