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

def.dom.SVGTextPositioningElement Maven / Gradle / Ivy

The newest version!
package def.dom;
public class SVGTextPositioningElement extends SVGTextContentElement {
    public SVGAnimatedLengthList dx;
    public SVGAnimatedLengthList dy;
    public SVGAnimatedNumberList rotate;
    public SVGAnimatedLengthList x;
    public SVGAnimatedLengthList y;
    public static SVGTextPositioningElement prototype;
    public SVGTextPositioningElement(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy