public abstract class org.apache.fop.svg.GraphicsConfiguration extends java.awt.GraphicsConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.fop.svg.GraphicsConfiguration
  super_class: java.awt.GraphicsConfiguration
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.GraphicsConfiguration this
         0: .line 33
            aload 0 /* this */
            invokespecial java.awt.GraphicsConfiguration.<init>:()V
            return
        end local 0 // org.apache.fop.svg.GraphicsConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/GraphicsConfiguration;

  public java.awt.image.VolatileImage createCompatibleVolatileImage(int, int);
    descriptor: (II)Ljava/awt/image/VolatileImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.apache.fop.svg.GraphicsConfiguration this
        start local 1 // int width
        start local 2 // int height
         0: .line 43
            aconst_null
            areturn
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.fop.svg.GraphicsConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/fop/svg/GraphicsConfiguration;
            0    1     1   width  I
            0    1     2  height  I
    MethodParameters:
        Name  Flags
      width   
      height  

  public java.awt.image.VolatileImage createCompatibleVolatileImage(int, int, int);
    descriptor: (III)Ljava/awt/image/VolatileImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.apache.fop.svg.GraphicsConfiguration this
        start local 1 // int width
        start local 2 // int height
        start local 3 // int transparency
         0: .line 55
            aconst_null
            areturn
        end local 3 // int transparency
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.fop.svg.GraphicsConfiguration this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/apache/fop/svg/GraphicsConfiguration;
            0    1     1         width  I
            0    1     2        height  I
            0    1     3  transparency  I
    MethodParameters:
              Name  Flags
      width         
      height        
      transparency  
}
SourceFile: "GraphicsConfiguration.java"