Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / SVGFEPointLightElement.java
2 package org.w3c.dom.svg;
4 public interface SVGFEPointLightElement extends 
5                SVGElement {
6   public SVGAnimatedNumber getX( );
7   public SVGAnimatedNumber getY( );
8   public SVGAnimatedNumber getZ( );
9 }