public interface org.w3c.dom.svg.SVGPathSegArcAbs extends org.w3c.dom.svg.SVGPathSeg
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.w3c.dom.svg.SVGPathSegArcAbs
  super_class: java.lang.Object
{
  public abstract float getX();
    descriptor: ()F
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setX(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      x     

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

  public abstract void setY(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      y     

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

  public abstract void setR1(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      r1    

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

  public abstract void setR2(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
      Name  Flags
      r2    

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

  public abstract void setAngle(float);
    descriptor: (F)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
       Name  Flags
      angle  

  public abstract boolean getLargeArcFlag();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setLargeArcFlag(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
              Name  Flags
      largeArcFlag  

  public abstract boolean getSweepFlag();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setSweepFlag(boolean);
    descriptor: (Z)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.w3c.dom.DOMException
    MethodParameters:
           Name  Flags
      sweepFlag  
}
SourceFile: "SVGPathSegArcAbs.java"