public class org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs implements java.awt.image.ImageObserver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs
  super_class: java.lang.Object
{
  boolean widthDone;
    descriptor: Z
    flags: (0x0000) 

  boolean heightDone;
    descriptor: Z
    flags: (0x0000) 

  boolean imageDone;
    descriptor: Z
    flags: (0x0000) 

  int width;
    descriptor: I
    flags: (0x0000) 

  int height;
    descriptor: I
    flags: (0x0000) 

  boolean imageError;
    descriptor: Z
    flags: (0x0000) 

  int IMG_BITS;
    descriptor: I
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
         0: .line 174
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 175
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
         2: .line 176
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
         3: .line 177
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageDone:Z
         4: .line 178
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.width:I
         5: .line 179
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.height:I
         6: .line 180
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageError:Z
         7: .line 182
            aload 0 /* this */
            sipush 224
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.IMG_BITS:I
         8: .line 174
            return
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
         0: .line 185
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.width:I
         1: .line 186
            aload 0 /* this */
            iconst_m1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.height:I
         2: .line 187
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
         3: .line 188
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
         4: .line 189
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageDone:Z
         5: .line 190
            return
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;

  public boolean imageUpdate(java.awt.Image, int, int, int, int, int);
    descriptor: (Ljava/awt/Image;IIIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=9, args_size=7
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
        start local 1 // java.awt.Image img
        start local 2 // int infoflags
        start local 3 // int x
        start local 4 // int y
        start local 5 // int width
        start local 6 // int height
         0: .line 194
            aload 0 /* this */
            dup
            astore 7
            monitorenter
         1: .line 195
            iconst_0
            istore 8 /* notify */
        start local 8 // boolean notify
         2: .line 197
            iload 2 /* infoflags */
            iconst_1
            iand
            ifeq 3
            aload 0 /* this */
            iload 5 /* width */
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.width:I
         3: .line 198
      StackMap locals: org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs int
      StackMap stack:
            iload 2 /* infoflags */
            iconst_2
            iand
            ifeq 4
            aload 0 /* this */
            iload 6 /* height */
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.height:I
         4: .line 200
      StackMap locals:
      StackMap stack:
            iload 2 /* infoflags */
            bipush 32
            iand
            ifeq 7
         5: .line 201
            aload 0 /* this */
            iload 5 /* width */
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.width:I
         6: .line 202
            aload 0 /* this */
            iload 6 /* height */
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.height:I
         7: .line 205
      StackMap locals:
      StackMap stack:
            iload 2 /* infoflags */
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.IMG_BITS:I
            iand
            ifeq 15
         8: .line 206
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
            ifeq 9
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
            ifeq 9
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageDone:Z
            ifne 13
         9: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
        10: .line 208
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
        11: .line 209
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageDone:Z
        12: .line 210
            iconst_1
            istore 8 /* notify */
        13: .line 212
      StackMap locals:
      StackMap stack:
            iload 2 /* infoflags */
            bipush 64
            iand
            ifeq 15
        14: .line 213
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageError:Z
        15: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
            ifne 18
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.width:I
            iconst_m1
            if_icmpeq 18
        16: .line 219
            iconst_1
            istore 8 /* notify */
        17: .line 220
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
        18: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
            ifne 21
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.height:I
            iconst_m1
            if_icmpeq 21
        19: .line 223
            iconst_1
            istore 8 /* notify */
        20: .line 224
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
        21: .line 227
      StackMap locals:
      StackMap stack:
            iload 8 /* notify */
            ifeq 23
        22: .line 228
            aload 0 /* this */
            invokevirtual java.lang.Object.notifyAll:()V
        end local 8 // boolean notify
        23: .line 194
      StackMap locals:
      StackMap stack:
            aload 7
            monitorexit
        24: goto 27
      StackMap locals:
      StackMap stack: java.lang.Throwable
        25: aload 7
            monitorexit
        26: athrow
        27: .line 230
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // int height
        end local 5 // int width
        end local 4 // int y
        end local 3 // int x
        end local 2 // int infoflags
        end local 1 // java.awt.Image img
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   28     0       this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;
            0   28     1        img  Ljava/awt/Image;
            0   28     2  infoflags  I
            0   28     3          x  I
            0   28     4          y  I
            0   28     5      width  I
            0   28     6     height  I
            2   23     8     notify  Z
      Exception table:
        from    to  target  type
           1    24      25  any
          25    26      25  any
    MethodParameters:
           Name  Flags
      img        
      infoflags  
      x          
      y          
      width      
      height     

  public synchronized void waitTilWidthHeightDone();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
         0: .line 234
            goto 4
         1: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         2: .line 238
            goto 4
         3: .line 239
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         4: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
            ifeq 1
         5: .line 243
            return
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException

  public synchronized void waitTilWidthDone();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
         0: .line 245
            goto 4
         1: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         2: .line 249
            goto 4
         3: .line 250
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         4: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.widthDone:Z
            ifeq 1
         5: .line 254
            return
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException

  public synchronized void waitTilHeightDone();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
         0: .line 256
            goto 4
         1: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         2: .line 260
            goto 4
         3: .line 261
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         4: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.heightDone:Z
            ifeq 1
         5: .line 265
            return
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException

  public synchronized void waitTilImageDone();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
         0: .line 268
            goto 4
         1: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.wait:()V
         2: .line 272
            goto 4
         3: .line 273
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            pop
         4: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs.imageDone:Z
            ifeq 1
         5: .line 277
            return
        end local 0 // org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/ext/awt/image/spi/JDKRegistryEntry$MyImgObs;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.InterruptedException
}
SourceFile: "JDKRegistryEntry.java"
NestHost: org.apache.batik.ext.awt.image.spi.JDKRegistryEntry
InnerClasses:
  public MyImgObs = org.apache.batik.ext.awt.image.spi.JDKRegistryEntry$MyImgObs of org.apache.batik.ext.awt.image.spi.JDKRegistryEntry