summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGFilterPrimitiveStandardAttributes.java
blob: 44af2e3cd93fdb2a1763bc1a0583968d3407d50c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11

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( );
}