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

def.dom.SVGPathSegArcRel Maven / Gradle / Ivy

The newest version!
package def.dom;
public class SVGPathSegArcRel 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 SVGPathSegArcRel prototype;
    public SVGPathSegArcRel(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy