All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.SVGPathSegArcAbs Maven / Gradle / Ivy

The newest version!
package def.dom;
public class SVGPathSegArcAbs extends SVGPathSeg {
    public double angle;
    public java.lang.Boolean largeArcFlag;
    public double r1;
    public double r2;
    public java.lang.Boolean sweepFlag;
    public double x;
    public double y;
    public static SVGPathSegArcAbs prototype;
    public SVGPathSegArcAbs(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy