public interface com.sun.javafx.scene.shape.SVGPathHelper$SVGPathAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.javafx.scene.shape.SVGPathHelper$SVGPathAccessor
  super_class: java.lang.Object
{
  public abstract com.sun.javafx.sg.prism.NGNode doCreatePeer(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      node  

  public abstract void doUpdatePeer(javafx.scene.Node);
    descriptor: (Ljavafx/scene/Node;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      node  

  public abstract com.sun.javafx.geom.Shape doConfigShape(javafx.scene.shape.Shape);
    descriptor: (Ljavafx/scene/shape/Shape;)Lcom/sun/javafx/geom/Shape;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      shape  
}
SourceFile: "SVGPathHelper.java"
NestHost: com.sun.javafx.scene.shape.SVGPathHelper
InnerClasses:
  public abstract SVGPathAccessor = com.sun.javafx.scene.shape.SVGPathHelper$SVGPathAccessor of com.sun.javafx.scene.shape.SVGPathHelper