public class org.apache.batik.gvt.ImageNode extends org.apache.batik.gvt.CompositeGraphicsNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.gvt.ImageNode
  super_class: org.apache.batik.gvt.CompositeGraphicsNode
{
  protected boolean hitCheckChildren;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.ImageNode this
         0: .line 38
            aload 0 /* this */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_0
            putfield org.apache.batik.gvt.ImageNode.hitCheckChildren:Z
         2: .line 38
            return
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/ImageNode;

  public void setVisible(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.ImageNode this
        start local 1 // boolean isVisible
         0: .line 41
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.fireGraphicsNodeChangeStarted:()V
         1: .line 42
            aload 0 /* this */
            iload 1 /* isVisible */
            putfield org.apache.batik.gvt.ImageNode.isVisible:Z
         2: .line 43
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.invalidateGeometryCache:()V
         3: .line 44
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.fireGraphicsNodeChangeCompleted:()V
         4: .line 45
            return
        end local 1 // boolean isVisible
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/apache/batik/gvt/ImageNode;
            0    5     1  isVisible  Z
    MethodParameters:
           Name  Flags
      isVisible  

  public java.awt.geom.Rectangle2D getPrimitiveBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.ImageNode this
         0: .line 48
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.isVisible:Z
            ifne 1
            aconst_null
            areturn
         1: .line 49
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.getPrimitiveBounds:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/gvt/ImageNode;

  public void setHitCheckChildren(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.ImageNode this
        start local 1 // boolean hitCheckChildren
         0: .line 57
            aload 0 /* this */
            iload 1 /* hitCheckChildren */
            putfield org.apache.batik.gvt.ImageNode.hitCheckChildren:Z
         1: .line 58
            return
        end local 1 // boolean hitCheckChildren
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/apache/batik/gvt/ImageNode;
            0    2     1  hitCheckChildren  Z
    MethodParameters:
                  Name  Flags
      hitCheckChildren  

  public boolean getHitCheckChildren();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.ImageNode this
         0: .line 61
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.hitCheckChildren:Z
            ireturn
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/ImageNode;

  public void paint(java.awt.Graphics2D);
    descriptor: (Ljava/awt/Graphics2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.ImageNode this
        start local 1 // java.awt.Graphics2D g2d
         0: .line 70
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.isVisible:Z
            ifeq 2
         1: .line 71
            aload 0 /* this */
            aload 1 /* g2d */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.paint:(Ljava/awt/Graphics2D;)V
         2: .line 73
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Graphics2D g2d
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/ImageNode;
            0    3     1   g2d  Ljava/awt/Graphics2D;
    MethodParameters:
      Name  Flags
      g2d   

  public boolean contains(java.awt.geom.Point2D);
    descriptor: (Ljava/awt/geom/Point2D;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.ImageNode this
        start local 1 // java.awt.geom.Point2D p
         0: .line 82
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.pointerEventType:I
            tableswitch { // 0 - 8
                    0: 1
                    1: 1
                    2: 1
                    3: 1
                    4: 3
                    5: 3
                    6: 3
                    7: 3
                    8: 4
              default: 5
          }
         1: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.isVisible:Z
            ifeq 2
            aload 0 /* this */
            aload 1 /* p */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.contains:(Ljava/awt/geom/Point2D;)Z
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* p */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.contains:(Ljava/awt/geom/Point2D;)Z
            ireturn
         4: .line 94
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 96
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.awt.geom.Point2D p
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/apache/batik/gvt/ImageNode;
            0    6     1     p  Ljava/awt/geom/Point2D;
    MethodParameters:
      Name  Flags
      p     

  public org.apache.batik.gvt.GraphicsNode nodeHitAt(java.awt.geom.Point2D);
    descriptor: (Ljava/awt/geom/Point2D;)Lorg/apache/batik/gvt/GraphicsNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.ImageNode this
        start local 1 // java.awt.geom.Point2D p
         0: .line 107
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.hitCheckChildren:Z
            ifeq 1
            aload 0 /* this */
            aload 1 /* p */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.nodeHitAt:(Ljava/awt/geom/Point2D;)Lorg/apache/batik/gvt/GraphicsNode;
            areturn
         1: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* p */
            invokevirtual org.apache.batik.gvt.ImageNode.contains:(Ljava/awt/geom/Point2D;)Z
            ifeq 2
            aload 0 /* this */
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: org.apache.batik.gvt.ImageNode
         3: areturn
        end local 1 // java.awt.geom.Point2D p
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/gvt/ImageNode;
            0    4     1     p  Ljava/awt/geom/Point2D;
    MethodParameters:
      Name  Flags
      p     

  public void setImage(org.apache.batik.gvt.GraphicsNode);
    descriptor: (Lorg/apache/batik/gvt/GraphicsNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.ImageNode this
        start local 1 // org.apache.batik.gvt.GraphicsNode newImage
         0: .line 122
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.fireGraphicsNodeChangeStarted:()V
         1: .line 123
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.invalidateGeometryCache:()V
         2: .line 124
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.count:I
            ifne 3
            aload 0 /* this */
            iconst_1
            invokevirtual org.apache.batik.gvt.ImageNode.ensureCapacity:(I)V
         3: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.children:[Lorg/apache/batik/gvt/GraphicsNode;
            iconst_0
            aload 1 /* newImage */
            aastore
         4: .line 126
            aload 1 /* newImage */
            checkcast org.apache.batik.gvt.AbstractGraphicsNode
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.AbstractGraphicsNode.setParent:(Lorg/apache/batik/gvt/CompositeGraphicsNode;)V
         5: .line 127
            aload 1 /* newImage */
            checkcast org.apache.batik.gvt.AbstractGraphicsNode
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.getRoot:()Lorg/apache/batik/gvt/RootGraphicsNode;
            invokevirtual org.apache.batik.gvt.AbstractGraphicsNode.setRoot:(Lorg/apache/batik/gvt/RootGraphicsNode;)V
         6: .line 128
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.gvt.ImageNode.count:I
         7: .line 129
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.ImageNode.fireGraphicsNodeChangeCompleted:()V
         8: .line 130
            return
        end local 1 // org.apache.batik.gvt.GraphicsNode newImage
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/apache/batik/gvt/ImageNode;
            0    9     1  newImage  Lorg/apache/batik/gvt/GraphicsNode;
    MethodParameters:
          Name  Flags
      newImage  

  public org.apache.batik.gvt.GraphicsNode getImage();
    descriptor: ()Lorg/apache/batik/gvt/GraphicsNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.ImageNode this
         0: .line 136
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.count:I
            ifle 2
         1: .line 137
            aload 0 /* this */
            getfield org.apache.batik.gvt.ImageNode.children:[Lorg/apache/batik/gvt/GraphicsNode;
            iconst_0
            aaload
            areturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.apache.batik.gvt.ImageNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/ImageNode;
}
SourceFile: "ImageNode.java"