class javax.swing.text.html.Map$CircleRegionContainment implements javax.swing.text.html.Map$RegionContainment
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.html.Map$CircleRegionContainment
  super_class: java.lang.Object
{
  int x;
    descriptor: I
    flags: (0x0000) 

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

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

  float[] percentValues;
    descriptor: [F
    flags: (0x0000) 

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

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

  public void <init>(javax.swing.text.AttributeSet);
    descriptor: (Ljavax/swing/text/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // javax.swing.text.html.Map$CircleRegionContainment this
        start local 1 // javax.swing.text.AttributeSet as
         0: .line 430
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 431
            aload 1 /* as */
         2: .line 432
            getstatic javax.swing.text.html.HTML$Attribute.COORDS:Ljavax/swing/text/html/HTML$Attribute;
         3: .line 431
            invokeinterface javax.swing.text.AttributeSet.getAttribute:(Ljava/lang/Object;)Ljava/lang/Object;
            invokestatic javax.swing.text.html.Map.extractCoords:(Ljava/lang/Object;)[I
            astore 2 /* coords */
        start local 2 // int[] coords
         4: .line 434
            aload 2 /* coords */
            ifnull 5
            aload 2 /* coords */
            arraylength
            iconst_3
            if_icmpeq 6
         5: .line 435
      StackMap locals: javax.swing.text.html.Map$CircleRegionContainment javax.swing.text.AttributeSet int[]
      StackMap stack:
            new java.lang.RuntimeException
            dup
            ldc "Unable to parse circular area"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* coords */
            iconst_0
            iaload
            putfield javax.swing.text.html.Map$CircleRegionContainment.x:I
         7: .line 438
            aload 0 /* this */
            aload 2 /* coords */
            iconst_1
            iaload
            putfield javax.swing.text.html.Map$CircleRegionContainment.y:I
         8: .line 439
            aload 0 /* this */
            aload 2 /* coords */
            iconst_2
            iaload
            aload 2 /* coords */
            iconst_2
            iaload
            imul
            putfield javax.swing.text.html.Map$CircleRegionContainment.radiusSquared:I
         9: .line 440
            aload 2 /* coords */
            iconst_0
            iaload
            iflt 10
            aload 2 /* coords */
            iconst_1
            iaload
            iflt 10
            aload 2 /* coords */
            iconst_2
            iaload
            ifge 23
        10: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            iconst_m1
            dup_x1
            putfield javax.swing.text.html.Map$CircleRegionContainment.lastHeight:I
            putfield javax.swing.text.html.Map$CircleRegionContainment.lastWidth:I
        11: .line 442
            aload 0 /* this */
            iconst_3
            newarray 6
            putfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
        12: .line 443
            iconst_0
            istore 3 /* counter */
        start local 3 // int counter
        13: goto 21
        14: .line 444
      StackMap locals: int
      StackMap stack:
            aload 2 /* coords */
            iload 3 /* counter */
            iaload
            ifge 19
        15: .line 445
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iload 3 /* counter */
            aload 2 /* coords */
            iload 3 /* counter */
            iaload
            i2f
        16: .line 446
            ldc -100.0
            fdiv
        17: .line 445
            fastore
        18: .line 447
            goto 20
        19: .line 449
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iload 3 /* counter */
            ldc -1.0
            fastore
        20: .line 443
      StackMap locals:
      StackMap stack:
            iinc 3 /* counter */ 1
      StackMap locals:
      StackMap stack:
        21: iload 3 /* counter */
            iconst_3
            if_icmplt 14
        end local 3 // int counter
        22: .line 452
            goto 24
        23: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
        24: .line 456
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int[] coords
        end local 1 // javax.swing.text.AttributeSet as
        end local 0 // javax.swing.text.html.Map$CircleRegionContainment this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   25     0     this  Ljavax/swing/text/html/Map$CircleRegionContainment;
            0   25     1       as  Ljavax/swing/text/AttributeSet;
            4   25     2   coords  [I
           13   22     3  counter  I
    MethodParameters:
      Name  Flags
      as    

  public boolean contains(int, int, int, int);
    descriptor: (IIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javax.swing.text.html.Map$CircleRegionContainment this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 459
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            ifnull 14
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.lastWidth:I
            iload 3 /* width */
            if_icmpne 2
         1: .line 460
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.lastHeight:I
            iload 4 /* height */
            if_icmpeq 14
         2: .line 461
      StackMap locals:
      StackMap stack:
            iload 3 /* width */
            iload 4 /* height */
            invokestatic java.lang.Math.min:(II)I
            iconst_2
            idiv
            pop
         3: .line 463
            aload 0 /* this */
            iload 3 /* width */
            putfield javax.swing.text.html.Map$CircleRegionContainment.lastWidth:I
         4: .line 464
            aload 0 /* this */
            iload 4 /* height */
            putfield javax.swing.text.html.Map$CircleRegionContainment.lastHeight:I
         5: .line 465
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iconst_0
            faload
            ldc -1.0
            fcmpl
            ifeq 7
         6: .line 466
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iconst_0
            faload
            iload 3 /* width */
            i2f
            fmul
            f2i
            putfield javax.swing.text.html.Map$CircleRegionContainment.x:I
         7: .line 468
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iconst_1
            faload
            ldc -1.0
            fcmpl
            ifeq 9
         8: .line 469
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iconst_1
            faload
            iload 4 /* height */
            i2f
            fmul
            f2i
            putfield javax.swing.text.html.Map$CircleRegionContainment.y:I
         9: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iconst_2
            faload
            ldc -1.0
            fcmpl
            ifeq 14
        10: .line 472
            aload 0 /* this */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.percentValues:[F
            iconst_2
            faload
        11: .line 473
            iload 3 /* width */
            iload 4 /* height */
            invokestatic java.lang.Math.min:(II)I
            i2f
            fmul
            f2i
        12: .line 472
            putfield javax.swing.text.html.Map$CircleRegionContainment.radiusSquared:I
        13: .line 474
            aload 0 /* this */
            dup
            getfield javax.swing.text.html.Map$CircleRegionContainment.radiusSquared:I
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.radiusSquared:I
            imul
            putfield javax.swing.text.html.Map$CircleRegionContainment.radiusSquared:I
        14: .line 477
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.x:I
            isub
            iload 1 /* x */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.x:I
            isub
            imul
        15: .line 478
            iload 2 /* y */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.y:I
            isub
            iload 2 /* y */
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.y:I
            isub
            imul
        16: .line 477
            iadd
        17: .line 478
            aload 0 /* this */
            getfield javax.swing.text.html.Map$CircleRegionContainment.radiusSquared:I
        18: .line 477
            if_icmpgt 19
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        19: iconst_0
            ireturn
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // javax.swing.text.html.Map$CircleRegionContainment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   20     0    this  Ljavax/swing/text/html/Map$CircleRegionContainment;
            0   20     1       x  I
            0   20     2       y  I
            0   20     3   width  I
            0   20     4  height  I
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  
}
SourceFile: "Map.java"
NestHost: javax.swing.text.html.Map
InnerClasses:
  public final Attribute = javax.swing.text.html.HTML$Attribute of javax.swing.text.html.HTML
  CircleRegionContainment = javax.swing.text.html.Map$CircleRegionContainment of javax.swing.text.html.Map
  abstract RegionContainment = javax.swing.text.html.Map$RegionContainment of javax.swing.text.html.Map