public class com.sun.javafx.sg.prism.NGPolyline extends com.sun.javafx.sg.prism.NGShape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGPolyline
  super_class: com.sun.javafx.sg.prism.NGShape
{
  private com.sun.javafx.geom.Path2D path;
    descriptor: Lcom/sun/javafx/geom/Path2D;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGPolyline this
         0: .line 34
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGShape.<init>:()V
         1: .line 36
            aload 0 /* this */
            new com.sun.javafx.geom.Path2D
            dup
            invokespecial com.sun.javafx.geom.Path2D.<init>:()V
            putfield com.sun.javafx.sg.prism.NGPolyline.path:Lcom/sun/javafx/geom/Path2D;
         2: .line 34
            return
        end local 0 // com.sun.javafx.sg.prism.NGPolyline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGPolyline;

  public void updatePolyline(float[]);
    descriptor: ([F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGPolyline this
        start local 1 // float[] points
         0: .line 39
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGPolyline.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.reset:()V
         1: .line 40
            aload 1 /* points */
            ifnull 2
            aload 1 /* points */
            arraylength
            ifeq 2
            aload 1 /* points */
            arraylength
            iconst_2
            irem
            ifeq 3
         2: .line 41
      StackMap locals:
      StackMap stack:
            return
         3: .line 43
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGPolyline.path:Lcom/sun/javafx/geom/Path2D;
            aload 1 /* points */
            iconst_0
            faload
            aload 1 /* points */
            iconst_1
            faload
            invokevirtual com.sun.javafx.geom.Path2D.moveTo:(FF)V
         4: .line 44
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         5: goto 10
         6: .line 45
      StackMap locals: int
      StackMap stack:
            aload 1 /* points */
            iload 2 /* i */
            iconst_2
            imul
            iconst_0
            iadd
            faload
            fstore 3 /* px */
        start local 3 // float px
         7: .line 46
            aload 1 /* points */
            iload 2 /* i */
            iconst_2
            imul
            iconst_1
            iadd
            faload
            fstore 4 /* py */
        start local 4 // float py
         8: .line 47
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGPolyline.path:Lcom/sun/javafx/geom/Path2D;
            fload 3 /* px */
            fload 4 /* py */
            invokevirtual com.sun.javafx.geom.Path2D.lineTo:(FF)V
        end local 4 // float py
        end local 3 // float px
         9: .line 44
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 2 /* i */
            aload 1 /* points */
            arraylength
            iconst_2
            idiv
            if_icmplt 6
        end local 2 // int i
        11: .line 49
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGPolyline.geometryChanged:()V
        12: .line 50
            return
        end local 1 // float[] points
        end local 0 // com.sun.javafx.sg.prism.NGPolyline this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lcom/sun/javafx/sg/prism/NGPolyline;
            0   13     1  points  [F
            5   11     2       i  I
            7    9     3      px  F
            8    9     4      py  F
    MethodParameters:
        Name  Flags
      points  

  public com.sun.javafx.geom.Shape getShape();
    descriptor: ()Lcom/sun/javafx/geom/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGPolyline this
         0: .line 54
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGPolyline.path:Lcom/sun/javafx/geom/Path2D;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGPolyline this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGPolyline;
}
SourceFile: "NGPolyline.java"