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

def.dom.SVGPathSegList Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy