Code

Add w3c svg-dom and smil-dom java interfaces
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGFilterPrimitiveStandardAttributes.java
1 \r
2 package org.w3c.dom.svg;\r
3 \r
4 public interface SVGFilterPrimitiveStandardAttributes extends \r
5                SVGStylable {\r
6   public SVGAnimatedLength getX( );\r
7   public SVGAnimatedLength getY( );\r
8   public SVGAnimatedLength getWidth( );\r
9   public SVGAnimatedLength getHeight( );\r
10   public SVGAnimatedString getResult( );\r
11 }\r