KickJava   Java API By Example, From Geeks To Geeks.

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


1
2 package org.w3c.dom.svg;
3
4 public interface SVGFEDistantLightElement extends
5                SVGElement {
6   public SVGAnimatedNumber getAzimuth( );
7   public SVGAnimatedNumber getElevation( );
8 }
9
Popular Tags