public class sun.dc.DuctusRenderingEngine extends sun.java2d.pipe.RenderingEngine
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.dc.DuctusRenderingEngine
  super_class: sun.java2d.pipe.RenderingEngine
{
  static final float PenUnits;
    descriptor: F
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0.01

  static final int MinPenUnits;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 100

  static final int MinPenUnitsAA;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  static final float MinPenSizeAA;
    descriptor: F
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0.19999999

  static final float UPPER_BND;
    descriptor: F
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1.7014117E38

  static final float LOWER_BND;
    descriptor: F
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -1.7014117E38

  private static final int[] RasterizerCaps;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int[] RasterizerCorners;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static Rasterizer theRasterizer;
    descriptor: LRasterizer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import sun.dc.pr cannot be resolved\n\tThe import sun.dc.pr cannot be resolved\n\tThe import sun.dc.pr cannot be resolved\n\tThe import sun.dc.pr cannot be resolved\n\tThe import sun.dc.path cannot be resolved\n\tThe import sun.dc.path cannot be resolved\n\tThe import sun.dc.path cannot be resolved\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tPathStroker cannot be resolved to a type\n\tPathStroker cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathStroker cannot be resolved to a type\n\tPathStroker cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathException cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathException cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tThe method getRasterizer() from the type DuctusRenderingEngine refers to the missing type Rasterizer\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tPRException cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tThe method getRasterizer() from the type DuctusRenderingEngine refers to the missing type Rasterizer\n\tRasterizer cannot be resolved to a variable\n\tPRException cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathException cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tFastPathProducer cannot be resolved to a type\n\tPathException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;

  static float[] getTransformMatrix(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)[F
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 64
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
           Name  Flags
      transform  

  public java.awt.Shape createStrokedShape(java.awt.Shape, float, int, int, float, float[], float);
    descriptor: (Ljava/awt/Shape;FIIF[FF)Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPathStroker cannot be resolved to a type\n\tPathStroker cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;
    MethodParameters:
            Name  Flags
      src         
      width       
      caps        
      join        
      miterlimit  
      dashes      
      dashphase   

  public void strokeTo(java.awt.Shape, java.awt.geom.AffineTransform, java.awt.BasicStroke, boolean, boolean, boolean, sun.awt.geom.PathConsumer2D);
    descriptor: (Ljava/awt/Shape;Ljava/awt/geom/AffineTransform;Ljava/awt/BasicStroke;ZZZLsun/awt/geom/PathConsumer2D;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPathStroker cannot be resolved to a type\n\tPathStroker cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathDasher cannot be resolved to a type\n\tPathException cannot be resolved to a type\n\tPathConsumer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;
    MethodParameters:
           Name  Flags
      src        
      transform  
      bs         
      thin       
      normalize  
      antialias  
      sr         

  public static void feedConsumer(java.awt.geom.PathIterator, PathConsumer, boolean, float);
    descriptor: (Ljava/awt/geom/PathIterator;LPathConsumer;ZF)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPathConsumer cannot be resolved to a type\n\tPathException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws PathException
    MethodParameters:
           Name  Flags
      pi         
      consumer   
      normalize  
      norm       

  public static synchronized Rasterizer getRasterizer();
    descriptor: ()LRasterizer;
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=0, args_size=0
         0: .line 362
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static synchronized void dropRasterizer(Rasterizer);
    descriptor: (LRasterizer;)V
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
         0: .line 372
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRasterizer cannot be resolved to a type\n\tRasterizer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      r     

  public float getMinimumAAPenSize();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 381
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;

  public sun.java2d.pipe.AATileGenerator getAATileGenerator(java.awt.Shape, java.awt.geom.AffineTransform, sun.java2d.pipe.Region, java.awt.BasicStroke, boolean, boolean, int[]);
    descriptor: (Ljava/awt/Shape;Ljava/awt/geom/AffineTransform;Lsun/java2d/pipe/Region;Ljava/awt/BasicStroke;ZZ[I)Lsun/java2d/pipe/AATileGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 397
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRasterizer cannot be resolved to a type\n\tThe method getRasterizer() from the type DuctusRenderingEngine refers to the missing type Rasterizer\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tRasterizer cannot be resolved to a variable\n\tPRException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;
    MethodParameters:
           Name  Flags
      s          
      at         
      clip       
      bs         
      thin       
      normalize  
      bbox       

  public sun.java2d.pipe.AATileGenerator getAATileGenerator(double, double, double, double, double, double, double, double, sun.java2d.pipe.Region, int[]);
    descriptor: (DDDDDDDDLsun/java2d/pipe/Region;[I)Lsun/java2d/pipe/AATileGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=19, args_size=11
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 672
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tRasterizer cannot be resolved to a type\n\tThe method getRasterizer() from the type DuctusRenderingEngine refers to the missing type Rasterizer\n\tRasterizer cannot be resolved to a variable\n\tPRException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;
    MethodParameters:
      Name  Flags
      x     
      y     
      dx1   
      dy1   
      dx2   
      dy2   
      lw1   
      lw2   
      clip  
      bbox  

  void feedConsumer(PathConsumer, java.awt.geom.PathIterator);
    descriptor: (LPathConsumer;Ljava/awt/geom/PathIterator;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.dc.DuctusRenderingEngine this
         0: .line 720
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPathConsumer cannot be resolved to a type\n\tPathException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.dc.DuctusRenderingEngine this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/dc/DuctusRenderingEngine;
    MethodParameters:
          Name  Flags
      consumer  
      pi        
}
SourceFile: "DuctusRenderingEngine.java"
NestMembers:
  sun.dc.DuctusRenderingEngine$FillAdapter
InnerClasses:
  private FillAdapter = sun.dc.DuctusRenderingEngine$FillAdapter of sun.dc.DuctusRenderingEngine