class org.apache.fop.svg.PDFGraphicsDevice extends java.awt.GraphicsDevice
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.fop.svg.PDFGraphicsDevice
  super_class: java.awt.GraphicsDevice
{
  protected java.awt.GraphicsConfiguration gc;
    descriptor: Ljava/awt/GraphicsConfiguration;
    flags: (0x0004) ACC_PROTECTED

  void <init>(org.apache.fop.svg.PDFGraphicsConfiguration);
    descriptor: (Lorg/apache/fop/svg/PDFGraphicsConfiguration;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.fop.svg.PDFGraphicsDevice this
        start local 1 // org.apache.fop.svg.PDFGraphicsConfiguration gc
         0: .line 44
            aload 0 /* this */
            invokespecial java.awt.GraphicsDevice.<init>:()V
         1: .line 45
            aload 0 /* this */
            aload 1 /* gc */
            putfield org.apache.fop.svg.PDFGraphicsDevice.gc:Ljava/awt/GraphicsConfiguration;
         2: .line 46
            return
        end local 1 // org.apache.fop.svg.PDFGraphicsConfiguration gc
        end local 0 // org.apache.fop.svg.PDFGraphicsDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/fop/svg/PDFGraphicsDevice;
            0    3     1    gc  Lorg/apache/fop/svg/PDFGraphicsConfiguration;
    MethodParameters:
      Name  Flags
      gc    

  public java.awt.GraphicsConfiguration getBestConfiguration(java.awt.GraphicsConfigTemplate);
    descriptor: (Ljava/awt/GraphicsConfigTemplate;)Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.fop.svg.PDFGraphicsDevice this
        start local 1 // java.awt.GraphicsConfigTemplate gct
         0: .line 56
            aload 0 /* this */
            getfield org.apache.fop.svg.PDFGraphicsDevice.gc:Ljava/awt/GraphicsConfiguration;
            areturn
        end local 1 // java.awt.GraphicsConfigTemplate gct
        end local 0 // org.apache.fop.svg.PDFGraphicsDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/PDFGraphicsDevice;
            0    1     1   gct  Ljava/awt/GraphicsConfigTemplate;
    MethodParameters:
      Name  Flags
      gct   

  public java.awt.GraphicsConfiguration[] getConfigurations();
    descriptor: ()[Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.PDFGraphicsDevice this
         0: .line 65
            iconst_1
            anewarray java.awt.GraphicsConfiguration
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.fop.svg.PDFGraphicsDevice.gc:Ljava/awt/GraphicsConfiguration;
            aastore
            areturn
        end local 0 // org.apache.fop.svg.PDFGraphicsDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/PDFGraphicsDevice;

  public java.awt.GraphicsConfiguration getDefaultConfiguration();
    descriptor: ()Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.PDFGraphicsDevice this
         0: .line 74
            aload 0 /* this */
            getfield org.apache.fop.svg.PDFGraphicsDevice.gc:Ljava/awt/GraphicsConfiguration;
            areturn
        end local 0 // org.apache.fop.svg.PDFGraphicsDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/PDFGraphicsDevice;

  public java.lang.String getIDstring();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.PDFGraphicsDevice this
         0: .line 83
            aload 0 /* this */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.fop.svg.PDFGraphicsDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/PDFGraphicsDevice;

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.fop.svg.PDFGraphicsDevice this
         0: .line 92
            iconst_1
            ireturn
        end local 0 // org.apache.fop.svg.PDFGraphicsDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/fop/svg/PDFGraphicsDevice;
}
SourceFile: "PDFGraphicsDevice.java"