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

def.dom.SVGLengthList Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

public class SVGLengthList extends def.js.Object {
    public double numberOfItems;
    native public SVGLength appendItem(SVGLength newItem);
    native public void clear();
    native public SVGLength getItem(double index);
    native public SVGLength initialize(SVGLength newItem);
    native public SVGLength insertItemBefore(SVGLength newItem, double index);
    native public SVGLength removeItem(double index);
    native public SVGLength replaceItem(SVGLength newItem, double index);
    public static SVGLengthList prototype;
    public SVGLengthList(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy