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

def.dom.SVGElementInstanceList Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

public class SVGElementInstanceList extends def.js.Object {
    public double length;
    native public SVGElementInstance item(double index);
    public static SVGElementInstanceList prototype;
    public SVGElementInstanceList(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy