final class com.sun.glass.ui.gtk.GtkCursor extends com.sun.glass.ui.Cursor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.glass.ui.gtk.GtkCursor
  super_class: com.sun.glass.ui.Cursor
{
  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.gtk.GtkCursor this
        start local 1 // int type
         0: .line 34
            aload 0 /* this */
            iload 1 /* type */
            invokespecial com.sun.glass.ui.Cursor.<init>:(I)V
         1: .line 35
            return
        end local 1 // int type
        end local 0 // com.sun.glass.ui.gtk.GtkCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/glass/ui/gtk/GtkCursor;
            0    2     1  type  I
    MethodParameters:
      Name  Flags
      type  

  void <init>(int, int, com.sun.glass.ui.Pixels);
    descriptor: (IILcom/sun/glass/ui/Pixels;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.glass.ui.gtk.GtkCursor this
        start local 1 // int x
        start local 2 // int y
        start local 3 // com.sun.glass.ui.Pixels pixels
         0: .line 38
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            aload 3 /* pixels */
            invokespecial com.sun.glass.ui.Cursor.<init>:(IILcom/sun/glass/ui/Pixels;)V
         1: .line 39
            return
        end local 3 // com.sun.glass.ui.Pixels pixels
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.glass.ui.gtk.GtkCursor this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/glass/ui/gtk/GtkCursor;
            0    2     1       x  I
            0    2     2       y  I
            0    2     3  pixels  Lcom/sun/glass/ui/Pixels;
    MethodParameters:
        Name  Flags
      x       
      y       
      pixels  

  protected native long _createCursor(int, int, com.sun.glass.ui.Pixels);
    descriptor: (IILcom/sun/glass/ui/Pixels;)J
    flags: (0x0104) ACC_PROTECTED, ACC_NATIVE
    MethodParameters:
        Name  Flags
      x       
      y       
      pixels  

  static native com.sun.glass.ui.Size _getBestSize(int, int);
    descriptor: (II)Lcom/sun/glass/ui/Size;
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
        Name  Flags
      width   
      height  
}
SourceFile: "GtkCursor.java"