summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGClipPathElement.java
blob: 001285dcdc0d5ae7dcb3abb215bb3956ab92a142 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

package org.w3c.dom.svg;

public interface SVGClipPathElement extends 
               SVGElement,
               SVGTests,
               SVGLangSpace,
               SVGExternalResourcesRequired,
               SVGStylable,
               SVGTransformable,
               SVGUnitTypes {
  public SVGAnimatedEnumeration getClipPathUnits( );
}