public class com.sun.javafx.scene.shape.PathHelper extends com.sun.javafx.scene.shape.ShapeHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.scene.shape.PathHelper
  super_class: com.sun.javafx.scene.shape.ShapeHelper
{
  private static final com.sun.javafx.scene.shape.PathHelper theInstance;
    descriptor: Lcom/sun/javafx/scene/shape/PathHelper;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static com.sun.javafx.scene.shape.PathHelper$PathAccessor pathAccessor;
    descriptor: Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 45
            new com.sun.javafx.scene.shape.PathHelper
            dup
            invokespecial com.sun.javafx.scene.shape.PathHelper.<init>:()V
            putstatic com.sun.javafx.scene.shape.PathHelper.theInstance:Lcom/sun/javafx/scene/shape/PathHelper;
         1: .line 46
            ldc Ljavafx/scene/shape/Path;
            invokestatic com.sun.javafx.util.Utils.forceInit:(Ljava/lang/Class;)V
         2: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
         0: .line 39
            aload 0 /* this */
            invokespecial com.sun.javafx.scene.shape.ShapeHelper.<init>:()V
            return
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/shape/PathHelper;

  private static com.sun.javafx.scene.shape.PathHelper getInstance();
    descriptor: ()Lcom/sun/javafx/scene/shape/PathHelper;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 50
            getstatic com.sun.javafx.scene.shape.PathHelper.theInstance:Lcom/sun/javafx/scene/shape/PathHelper;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void initHelper(javafx.scene.shape.Path);
    descriptor: (Ljavafx/scene/shape/Path;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.shape.Path path
         0: .line 54
            aload 0 /* path */
            invokestatic com.sun.javafx.scene.shape.PathHelper.getInstance:()Lcom/sun/javafx/scene/shape/PathHelper;
            invokestatic com.sun.javafx.scene.shape.PathHelper.setHelper:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/NodeHelper;)V
         1: .line 55
            return
        end local 0 // javafx.scene.shape.Path path
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  path  Ljavafx/scene/shape/Path;
    MethodParameters:
      Name  Flags
      path  

  protected com.sun.javafx.sg.prism.NGNode createPeerImpl(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
        start local 1 // javafx.scene.Node node
         0: .line 59
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            aload 1 /* node */
            invokeinterface com.sun.javafx.scene.shape.PathHelper$PathAccessor.doCreatePeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
            areturn
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/scene/shape/PathHelper;
            0    1     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  protected void updatePeerImpl(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
        start local 1 // javafx.scene.Node node
         0: .line 64
            aload 0 /* this */
            aload 1 /* node */
            invokespecial com.sun.javafx.scene.shape.ShapeHelper.updatePeerImpl:(Ljavafx/scene/Node;)V
         1: .line 65
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            aload 1 /* node */
            invokeinterface com.sun.javafx.scene.shape.PathHelper$PathAccessor.doUpdatePeer:(Ljavafx/scene/Node;)V
         2: .line 66
            return
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/scene/shape/PathHelper;
            0    3     1  node  Ljavafx/scene/Node;
    MethodParameters:
      Name  Flags
      node  

  protected javafx.geometry.Bounds computeLayoutBoundsImpl(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Ljavafx/geometry/Bounds;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
        start local 1 // javafx.scene.Node node
         0: .line 70
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            aload 1 /* node */
            invokeinterface com.sun.javafx.scene.shape.PathHelper$PathAccessor.doComputeLayoutBounds:(Ljavafx/scene/Node;)Ljavafx/geometry/Bounds;
            astore 2 /* bounds */
        start local 2 // javafx.geometry.Bounds bounds
         1: .line 71
            aload 2 /* bounds */
            ifnull 3
         2: .line 72
            aload 2 /* bounds */
            areturn
         3: .line 74
      StackMap locals: javafx.geometry.Bounds
      StackMap stack:
            aload 0 /* this */
            aload 1 /* node */
            invokespecial com.sun.javafx.scene.shape.ShapeHelper.computeLayoutBoundsImpl:(Ljavafx/scene/Node;)Ljavafx/geometry/Bounds;
            areturn
        end local 2 // javafx.geometry.Bounds bounds
        end local 1 // javafx.scene.Node node
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/javafx/scene/shape/PathHelper;
            0    4     1    node  Ljavafx/scene/Node;
            1    4     2  bounds  Ljavafx/geometry/Bounds;
    MethodParameters:
      Name  Flags
      node  

  protected javafx.scene.paint.Paint cssGetFillInitialValueImpl(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Ljavafx/scene/paint/Paint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
        start local 1 // javafx.scene.shape.Shape shape
         0: .line 79
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            aload 1 /* shape */
            invokeinterface com.sun.javafx.scene.shape.PathHelper$PathAccessor.doCssGetFillInitialValue:(Ljavafx/scene/shape/Shape;)Ljavafx/scene/paint/Paint;
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/javafx/scene/shape/PathHelper;
            0    1     1  shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  

  protected javafx.scene.paint.Paint cssGetStrokeInitialValueImpl(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Ljavafx/scene/paint/Paint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
        start local 1 // javafx.scene.shape.Shape shape
         0: .line 84
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            aload 1 /* shape */
            invokeinterface com.sun.javafx.scene.shape.PathHelper$PathAccessor.doCssGetStrokeInitialValue:(Ljavafx/scene/shape/Shape;)Ljavafx/scene/paint/Paint;
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/javafx/scene/shape/PathHelper;
            0    1     1  shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  

  protected com.sun.javafx.geom.Shape configShapeImpl(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Lcom/sun/javafx/geom/Shape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.scene.shape.PathHelper this
        start local 1 // javafx.scene.shape.Shape shape
         0: .line 89
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            aload 1 /* shape */
            invokeinterface com.sun.javafx.scene.shape.PathHelper$PathAccessor.doConfigShape:(Ljavafx/scene/shape/Shape;)Lcom/sun/javafx/geom/Shape;
            areturn
        end local 1 // javafx.scene.shape.Shape shape
        end local 0 // com.sun.javafx.scene.shape.PathHelper this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/javafx/scene/shape/PathHelper;
            0    1     1  shape  Ljavafx/scene/shape/Shape;
    MethodParameters:
       Name  Flags
      shape  

  public static void setPathAccessor(com.sun.javafx.scene.shape.PathHelper$PathAccessor);
    descriptor: (Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.scene.shape.PathHelper$PathAccessor newAccessor
         0: .line 93
            getstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
            ifnull 2
         1: .line 94
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* newAccessor */
            putstatic com.sun.javafx.scene.shape.PathHelper.pathAccessor:Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
         3: .line 98
            return
        end local 0 // com.sun.javafx.scene.shape.PathHelper$PathAccessor newAccessor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0  newAccessor  Lcom/sun/javafx/scene/shape/PathHelper$PathAccessor;
    MethodParameters:
             Name  Flags
      newAccessor  final
}
SourceFile: "PathHelper.java"
NestMembers:
  com.sun.javafx.scene.shape.PathHelper$PathAccessor
InnerClasses:
  public abstract PathAccessor = com.sun.javafx.scene.shape.PathHelper$PathAccessor of com.sun.javafx.scene.shape.PathHelper