final class com.sun.javafx.webkit.prism.WCStrokeImpl extends com.sun.webkit.graphics.WCStroke<com.sun.prism.paint.Paint, com.sun.prism.BasicStroke>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.webkit.prism.WCStrokeImpl
  super_class: com.sun.webkit.graphics.WCStroke
{
  private com.sun.prism.BasicStroke stroke;
    descriptor: Lcom/sun/prism/BasicStroke;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
         0: .line 37
            aload 0 /* this */
            invokespecial com.sun.webkit.graphics.WCStroke.<init>:()V
         1: .line 38
            return
        end local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/prism/WCStrokeImpl;

  public void <init>(float, int, int, float, float[], float);
    descriptor: (FIIF[FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
        start local 1 // float width
        start local 2 // int cap
        start local 3 // int join
        start local 4 // float miterLimit
        start local 5 // float[] dash
        start local 6 // float dashOffset
         0: .line 40
            aload 0 /* this */
            invokespecial com.sun.webkit.graphics.WCStroke.<init>:()V
         1: .line 43
            aload 0 /* this */
            fload 1 /* width */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.setThickness:(F)V
         2: .line 44
            aload 0 /* this */
            iload 2 /* cap */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.setLineCap:(I)V
         3: .line 45
            aload 0 /* this */
            iload 3 /* join */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.setLineJoin:(I)V
         4: .line 46
            aload 0 /* this */
            fload 4 /* miterLimit */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.setMiterLimit:(F)V
         5: .line 47
            aload 0 /* this */
            aload 5 /* dash */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.setDashSizes:([F)V
         6: .line 48
            aload 0 /* this */
            fload 6 /* dashOffset */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.setDashOffset:(F)V
         7: .line 49
            return
        end local 6 // float dashOffset
        end local 5 // float[] dash
        end local 4 // float miterLimit
        end local 3 // int join
        end local 2 // int cap
        end local 1 // float width
        end local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lcom/sun/javafx/webkit/prism/WCStrokeImpl;
            0    8     1       width  F
            0    8     2         cap  I
            0    8     3        join  I
            0    8     4  miterLimit  F
            0    8     5        dash  [F
            0    8     6  dashOffset  F
    MethodParameters:
            Name  Flags
      width       
      cap         
      join        
      miterLimit  
      dash        
      dashOffset  

  protected void invalidate();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
         0: .line 52
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.webkit.prism.WCStrokeImpl.stroke:Lcom/sun/prism/BasicStroke;
         1: .line 53
            return
        end local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/prism/WCStrokeImpl;

  public com.sun.prism.BasicStroke getPlatformStroke();
    descriptor: ()Lcom/sun/prism/BasicStroke;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=4, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
         0: .line 56
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCStrokeImpl.stroke:Lcom/sun/prism/BasicStroke;
            ifnonnull 13
         1: .line 57
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getStyle:()I
            istore 1 /* style */
        start local 1 // int style
         2: .line 58
            iload 1 /* style */
            ifeq 13
         3: .line 59
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getThickness:()F
            fstore 2 /* width */
        start local 2 // float width
         4: .line 60
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getDashSizes:()[F
            astore 3 /* dash */
        start local 3 // float[] dash
         5: .line 61
            aload 3 /* dash */
            ifnonnull 10
         6: .line 62
            iload 1 /* style */
            tableswitch { // 2 - 3
                    2: 7
                    3: 9
              default: 10
          }
         7: .line 64
      StackMap locals: int float float[]
      StackMap stack:
            iconst_2
            newarray 6
            dup
            iconst_0
            fload 2 /* width */
            fastore
            dup
            iconst_1
            fload 2 /* width */
            fastore
            astore 3 /* dash */
         8: .line 65
            goto 10
         9: .line 67
      StackMap locals:
      StackMap stack:
            iconst_2
            newarray 6
            dup
            iconst_0
            ldc 3.0
            fload 2 /* width */
            fmul
            fastore
            dup
            iconst_1
            ldc 3.0
            fload 2 /* width */
            fmul
            fastore
            astore 3 /* dash */
        10: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.prism.BasicStroke
            dup
            fload 2 /* width */
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getLineCap:()I
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getLineJoin:()I
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getMiterLimit:()F
        11: .line 72
            aload 3 /* dash */
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getDashOffset:()F
            invokespecial com.sun.prism.BasicStroke.<init>:(FIIF[FF)V
        12: .line 71
            putfield com.sun.javafx.webkit.prism.WCStrokeImpl.stroke:Lcom/sun/prism/BasicStroke;
        end local 3 // float[] dash
        end local 2 // float width
        end local 1 // int style
        13: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCStrokeImpl.stroke:Lcom/sun/prism/BasicStroke;
            areturn
        end local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Lcom/sun/javafx/webkit/prism/WCStrokeImpl;
            2   13     1  style  I
            4   13     2  width  F
            5   13     3   dash  [F

  boolean isApplicable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
         0: .line 79
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getPaint:()Ljava/lang/Object;
            ifnull 1
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getPlatformStroke:()Lcom/sun/prism/BasicStroke;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/prism/WCStrokeImpl;

  boolean apply(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
        start local 1 // com.sun.prism.Graphics graphics
         0: .line 83
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.isApplicable:()Z
            ifeq 6
         1: .line 84
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getPaint:()Ljava/lang/Object;
            checkcast com.sun.prism.paint.Paint
            astore 2 /* _paint */
        start local 2 // com.sun.prism.paint.Paint _paint
         2: .line 85
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getPlatformStroke:()Lcom/sun/prism/BasicStroke;
            astore 3 /* _stroke */
        start local 3 // com.sun.prism.BasicStroke _stroke
         3: .line 86
            aload 1 /* graphics */
            aload 2 /* _paint */
            invokeinterface com.sun.prism.Graphics.setPaint:(Lcom/sun/prism/paint/Paint;)V
         4: .line 87
            aload 1 /* graphics */
            aload 3 /* _stroke */
            invokeinterface com.sun.prism.Graphics.setStroke:(Lcom/sun/prism/BasicStroke;)V
         5: .line 88
            iconst_1
            ireturn
        end local 3 // com.sun.prism.BasicStroke _stroke
        end local 2 // com.sun.prism.paint.Paint _paint
         6: .line 90
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.prism.Graphics graphics
        end local 0 // com.sun.javafx.webkit.prism.WCStrokeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/javafx/webkit/prism/WCStrokeImpl;
            0    7     1  graphics  Lcom/sun/prism/Graphics;
            2    6     2    _paint  Lcom/sun/prism/paint/Paint;
            3    6     3   _stroke  Lcom/sun/prism/BasicStroke;
    MethodParameters:
          Name  Flags
      graphics  

  public java.lang.Object getPlatformStroke();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.webkit.prism.WCStrokeImpl.getPlatformStroke:()Lcom/sun/prism/BasicStroke;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/webkit/graphics/WCStroke<Lcom/sun/prism/paint/Paint;Lcom/sun/prism/BasicStroke;>;
SourceFile: "WCStrokeImpl.java"