class com.sun.glass.ui.monocle.NullCursor extends com.sun.glass.ui.monocle.NativeCursor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.glass.ui.monocle.NullCursor
  super_class: com.sun.glass.ui.monocle.NativeCursor
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
         0: .line 34
            aload 0 /* this */
            invokespecial com.sun.glass.ui.monocle.NativeCursor.<init>:()V
            return
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/NullCursor;

  com.sun.glass.ui.Size getBestSize();
    descriptor: ()Lcom/sun/glass/ui/Size;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
         0: .line 38
            new com.sun.glass.ui.Size
            dup
            bipush 16
            bipush 16
            invokespecial com.sun.glass.ui.Size.<init>:(II)V
            areturn
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/NullCursor;

  void setVisibility(boolean);
    descriptor: (Z)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
        start local 1 // boolean visibility
         0: .line 43
            return
        end local 1 // boolean visibility
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/glass/ui/monocle/NullCursor;
            0    1     1  visibility  Z
    MethodParameters:
            Name  Flags
      visibility  

  void setImage(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
        start local 1 // byte[] cursorImage
         0: .line 47
            return
        end local 1 // byte[] cursorImage
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/glass/ui/monocle/NullCursor;
            0    1     1  cursorImage  [B
    MethodParameters:
             Name  Flags
      cursorImage  

  void setLocation(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
        start local 1 // int x
        start local 2 // int y
         0: .line 51
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/NullCursor;
            0    1     1     x  I
            0    1     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  void setHotSpot(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
        start local 1 // int hotspotX
        start local 2 // int hotspotY
         0: .line 55
            return
        end local 2 // int hotspotY
        end local 1 // int hotspotX
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/glass/ui/monocle/NullCursor;
            0    1     1  hotspotX  I
            0    1     2  hotspotY  I
    MethodParameters:
          Name  Flags
      hotspotX  
      hotspotY  

  void shutdown();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.glass.ui.monocle.NullCursor this
         0: .line 59
            return
        end local 0 // com.sun.glass.ui.monocle.NullCursor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/glass/ui/monocle/NullCursor;
}
SourceFile: "NullCursor.java"