Code

Add w3c svg-dom and smil-dom java interfaces
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGMaskElement.java
1 \r
2 package org.w3c.dom.svg;\r
3 \r
4 public interface SVGMaskElement extends \r
5                SVGElement,\r
6                SVGTests,\r
7                SVGLangSpace,\r
8                SVGExternalResourcesRequired,\r
9                SVGStylable,\r
10                SVGUnitTypes {\r
11   public SVGAnimatedEnumeration getMaskUnits( );\r
12   public SVGAnimatedEnumeration getMaskContentUnits( );\r
13   public SVGAnimatedLength      getX( );\r
14   public SVGAnimatedLength      getY( );\r
15   public SVGAnimatedLength      getWidth( );\r
16   public SVGAnimatedLength      getHeight( );\r
17 }\r