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

def.dom.SVGLocatable Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

@jsweet.lang.Interface
public abstract class SVGLocatable extends def.js.Object {
    public SVGElement farthestViewportElement;
    public SVGElement nearestViewportElement;
    native public SVGRect getBBox();
    native public SVGMatrix getCTM();
    native public SVGMatrix getScreenCTM();
    native public SVGMatrix getTransformToElement(SVGElement element);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy