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

def.dom.SVGPoint Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

public class SVGPoint extends def.js.Object {
    public double x;
    public double y;
    native public SVGPoint matrixTransform(SVGMatrix matrix);
    public static SVGPoint prototype;
    public SVGPoint(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy