Code

2070f72dcfd9a8fd7763ac7dffb033c408074d83
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGFESpecularLightingElement.java
2 package org.w3c.dom.svg;
4 public interface SVGFESpecularLightingElement extends 
5                SVGElement,
6                SVGFilterPrimitiveStandardAttributes {
7   public SVGAnimatedString getIn1( );
8   public SVGAnimatedNumber getSurfaceScale( );
9   public SVGAnimatedNumber getSpecularConstant( );
10   public SVGAnimatedNumber getSpecularExponent( );
11 }