Code

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