public interface org.w3c.dom.svg.SVGPathSegCurvetoQuadraticAbs 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.SVGPathSegCurvetoQuadraticAbs
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 getX1();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setX1(float);
descriptor: (F)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.w3c.dom.DOMException
MethodParameters:
Name Flags
x1
public abstract float getY1();
descriptor: ()F
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void setY1(float);
descriptor: (F)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.w3c.dom.DOMException
MethodParameters:
Name Flags
y1
}
SourceFile: "SVGPathSegCurvetoQuadraticAbs.java"