blob: cd7ed6276c4fc8ee5fc4e93d79c09917f02abf08 [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGFilterPrimitiveStandardAttributes extends
SVGStylable {
public SVGAnimatedLength getX( );
public SVGAnimatedLength getY( );
public SVGAnimatedLength getWidth( );
public SVGAnimatedLength getHeight( );
public SVGAnimatedString getResult( );
}