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

package org.w3c.dom.svg;

public interface SVGFESpecularLightingElement extends 
               SVGElement,
               SVGFilterPrimitiveStandardAttributes {
  public SVGAnimatedString getIn1( );
  public SVGAnimatedNumber getSurfaceScale( );
  public SVGAnimatedNumber getSpecularConstant( );
  public SVGAnimatedNumber getSpecularExponent( );
}