KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > w3c > dom > svg > SVGFESpecularLightingElement


1
2 package org.w3c.dom.svg;
3
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 }
12
Popular Tags