summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGFETileElement.java
blob: 0eb73ecd420d94580706aec1c6ed8480393e0e89 (plain) (blame)
1
2
3
4
5
6
7
8

package org.w3c.dom.svg;

public interface SVGFETileElement extends 
               SVGElement,
               SVGFilterPrimitiveStandardAttributes {
  public SVGAnimatedString getIn1( );
}