1 2 package org.w3c.dom.svg; 3 4 public interface SVGMaskElement extends 5 SVGElement, 6 SVGTests, 7 SVGLangSpace, 8 SVGExternalResourcesRequired, 9 SVGStylable, 10 SVGUnitTypes { 11 public SVGAnimatedEnumeration getMaskUnits( ); 12 public SVGAnimatedEnumeration getMaskContentUnits( ); 13 public SVGAnimatedLength getX( ); 14 public SVGAnimatedLength getY( ); 15 public SVGAnimatedLength getWidth( ); 16 public SVGAnimatedLength getHeight( ); 17 } 18 | Popular Tags |