public class org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode extends org.apache.batik.gvt.AbstractGraphicsNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode
  super_class: org.apache.batik.gvt.AbstractGraphicsNode
{
  private final org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D image;
    descriptor: Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D);
    descriptor: (Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
        start local 1 // org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D g2d
         0: .line 263
            aload 0 /* this */
            invokespecial org.apache.batik.gvt.AbstractGraphicsNode.<init>:()V
         1: .line 264
            aload 0 /* this */
            aload 1 /* g2d */
            putfield org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.image:Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
         2: .line 265
            return
        end local 1 // org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D g2d
        end local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/svg/AbstractFOPImageElementBridge$Graphics2DNode;
            0    3     1   g2d  Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
    MethodParameters:
      Name  Flags
      g2d   

  public java.awt.Shape getOutline();
    descriptor: ()Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
         0: .line 269
            aload 0 /* this */
            invokevirtual org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.getPrimitiveBounds:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/AbstractFOPImageElementBridge$Graphics2DNode;

  public void primitivePaint(java.awt.Graphics2D);
    descriptor: (Ljava/awt/Graphics2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=2
        start local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
        start local 1 // java.awt.Graphics2D g2d
         0: .line 274
            aload 0 /* this */
            getfield org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.image:Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
            invokevirtual org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D.getSize:()Lorg/apache/xmlgraphics/image/loader/ImageSize;
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthPx:()I
            istore 2 /* width */
        start local 2 // int width
         1: .line 275
            aload 0 /* this */
            getfield org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.image:Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
            invokevirtual org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D.getSize:()Lorg/apache/xmlgraphics/image/loader/ImageSize;
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightPx:()I
            istore 3 /* height */
        start local 3 // int height
         2: .line 276
            new java.awt.geom.Rectangle2D$Double
            dup
            dconst_0
            dconst_0
            iload 2 /* width */
            i2d
            iload 3 /* height */
            i2d
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            astore 4 /* area */
        start local 4 // java.awt.geom.Rectangle2D area
         3: .line 277
            aload 0 /* this */
            getfield org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.image:Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
            invokevirtual org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D.getGraphics2DImagePainter:()Lorg/apache/xmlgraphics/java2d/Graphics2DImagePainter;
            astore 5 /* painter */
        start local 5 // org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter
         4: .line 278
            aload 5 /* painter */
            aload 1 /* g2d */
            aload 4 /* area */
            invokeinterface org.apache.xmlgraphics.java2d.Graphics2DImagePainter.paint:(Ljava/awt/Graphics2D;Ljava/awt/geom/Rectangle2D;)V
         5: .line 279
            return
        end local 5 // org.apache.xmlgraphics.java2d.Graphics2DImagePainter painter
        end local 4 // java.awt.geom.Rectangle2D area
        end local 3 // int height
        end local 2 // int width
        end local 1 // java.awt.Graphics2D g2d
        end local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lorg/apache/fop/svg/AbstractFOPImageElementBridge$Graphics2DNode;
            0    6     1      g2d  Ljava/awt/Graphics2D;
            1    6     2    width  I
            2    6     3   height  I
            3    6     4     area  Ljava/awt/geom/Rectangle2D;
            4    6     5  painter  Lorg/apache/xmlgraphics/java2d/Graphics2DImagePainter;
    MethodParameters:
      Name  Flags
      g2d   

  public java.awt.geom.Rectangle2D getGeometryBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
         0: .line 283
            aload 0 /* this */
            invokevirtual org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.getPrimitiveBounds:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/AbstractFOPImageElementBridge$Graphics2DNode;

  public java.awt.geom.Rectangle2D getPrimitiveBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
         0: .line 288
            new java.awt.geom.Rectangle2D$Double
            dup
            dconst_0
            dconst_0
         1: .line 289
            aload 0 /* this */
            getfield org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.image:Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
            invokevirtual org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D.getSize:()Lorg/apache/xmlgraphics/image/loader/ImageSize;
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getWidthPx:()I
            i2d
         2: .line 290
            aload 0 /* this */
            getfield org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.image:Lorg/apache/xmlgraphics/image/loader/impl/ImageGraphics2D;
            invokevirtual org.apache.xmlgraphics.image.loader.impl.ImageGraphics2D.getSize:()Lorg/apache/xmlgraphics/image/loader/ImageSize;
            invokevirtual org.apache.xmlgraphics.image.loader.ImageSize.getHeightPx:()I
            i2d
         3: .line 288
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/fop/svg/AbstractFOPImageElementBridge$Graphics2DNode;

  public java.awt.geom.Rectangle2D getSensitiveBounds();
    descriptor: ()Ljava/awt/geom/Rectangle2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
         0: .line 296
            aload 0 /* this */
            invokevirtual org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode.getPrimitiveBounds:()Ljava/awt/geom/Rectangle2D;
            areturn
        end local 0 // org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/AbstractFOPImageElementBridge$Graphics2DNode;
}
SourceFile: "AbstractFOPImageElementBridge.java"
NestHost: org.apache.fop.svg.AbstractFOPImageElementBridge
InnerClasses:
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D
  public Graphics2DNode = org.apache.fop.svg.AbstractFOPImageElementBridge$Graphics2DNode of org.apache.fop.svg.AbstractFOPImageElementBridge