public interface org.w3c.dom.svg.SVGPathSegLinetoVerticalAbs 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.SVGPathSegLinetoVerticalAbs
  super_class: java.lang.Object
{
  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     
}
SourceFile: "SVGPathSegLinetoVerticalAbs.java"