public interface org.w3c.dom.svg.SVGPathElement extends org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTransformable, org.w3c.dom.events.EventTarget, org.w3c.dom.svg.SVGAnimatedPathData
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.w3c.dom.svg.SVGPathElement
  super_class: java.lang.Object
{
  public abstract org.w3c.dom.svg.SVGAnimatedNumber getPathLength();
    descriptor: ()Lorg/w3c/dom/svg/SVGAnimatedNumber;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract float getTotalLength();
    descriptor: ()F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.w3c.dom.svg.SVGPoint getPointAtLength(float);
    descriptor: (F)Lorg/w3c/dom/svg/SVGPoint;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      distance  

  public abstract int getPathSegAtLength(float);
    descriptor: (F)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      distance  

  public abstract org.w3c.dom.svg.SVGPathSegClosePath createSVGPathSegClosePath();
    descriptor: ()Lorg/w3c/dom/svg/SVGPathSegClosePath;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.w3c.dom.svg.SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(float, float);
    descriptor: (FF)Lorg/w3c/dom/svg/SVGPathSegMovetoAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract org.w3c.dom.svg.SVGPathSegMovetoRel createSVGPathSegMovetoRel(float, float);
    descriptor: (FF)Lorg/w3c/dom/svg/SVGPathSegMovetoRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract org.w3c.dom.svg.SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(float, float);
    descriptor: (FF)Lorg/w3c/dom/svg/SVGPathSegLinetoAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract org.w3c.dom.svg.SVGPathSegLinetoRel createSVGPathSegLinetoRel(float, float);
    descriptor: (FF)Lorg/w3c/dom/svg/SVGPathSegLinetoRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float);
    descriptor: (FFFFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      x1    
      y1    
      x2    
      y2    

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float);
    descriptor: (FFFFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      x1    
      y1    
      x2    
      y2    

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(float, float, float, float);
    descriptor: (FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      x1    
      y1    

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(float, float, float, float);
    descriptor: (FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      x1    
      y1    

  public abstract org.w3c.dom.svg.SVGPathSegArcAbs createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean);
    descriptor: (FFFFFZZ)Lorg/w3c/dom/svg/SVGPathSegArcAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      x             
      y             
      r1            
      r2            
      angle         
      largeArcFlag  
      sweepFlag     

  public abstract org.w3c.dom.svg.SVGPathSegArcRel createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean);
    descriptor: (FFFFFZZ)Lorg/w3c/dom/svg/SVGPathSegArcRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
              Name  Flags
      x             
      y             
      r1            
      r2            
      angle         
      largeArcFlag  
      sweepFlag     

  public abstract org.w3c.dom.svg.SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(float);
    descriptor: (F)Lorg/w3c/dom/svg/SVGPathSegLinetoHorizontalAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     

  public abstract org.w3c.dom.svg.SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(float);
    descriptor: (F)Lorg/w3c/dom/svg/SVGPathSegLinetoHorizontalRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     

  public abstract org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(float);
    descriptor: (F)Lorg/w3c/dom/svg/SVGPathSegLinetoVerticalAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      y     

  public abstract org.w3c.dom.svg.SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(float);
    descriptor: (F)Lorg/w3c/dom/svg/SVGPathSegLinetoVerticalRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      y     

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float);
    descriptor: (FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      x2    
      y2    

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float);
    descriptor: (FFFF)Lorg/w3c/dom/svg/SVGPathSegCurvetoCubicSmoothRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
      x2    
      y2    

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(float, float);
    descriptor: (FF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothAbs;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     

  public abstract org.w3c.dom.svg.SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(float, float);
    descriptor: (FF)Lorg/w3c/dom/svg/SVGPathSegCurvetoQuadraticSmoothRel;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      x     
      y     
}
SourceFile: "SVGPathElement.java"