From 65f0e5e2c221ded631876b60e1caed767a298aaa Mon Sep 17 00:00:00 2001 From: kitfox Date: Fri, 13 Apr 2007 17:20:05 +0000 Subject: Switching to W3C's Java binding. git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@25 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b --- .../svg/filter/SVGFEPointLightElement.java | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/main/java/com/kitfox/salamander/svg/filter/SVGFEPointLightElement.java (limited to 'src/main/java/com/kitfox/salamander/svg/filter/SVGFEPointLightElement.java') diff --git a/src/main/java/com/kitfox/salamander/svg/filter/SVGFEPointLightElement.java b/src/main/java/com/kitfox/salamander/svg/filter/SVGFEPointLightElement.java deleted file mode 100644 index fde39f2..0000000 --- a/src/main/java/com/kitfox/salamander/svg/filter/SVGFEPointLightElement.java +++ /dev/null @@ -1,33 +0,0 @@ -/* - * SVGFEPointLightElement.java - * - * Created on April 13, 2007, 11:06 AM - * - * To change this template, choose Tools | Template Manager - * and open the template in the editor. - */ - -package com.kitfox.salamander.svg.filter; - -import com.kitfox.salamander.svg.basic.SVGAnimatedNumber; -import com.kitfox.salamander.svg.basic.SVGElement; - -/** - * The SVGFEPointLightElement interface corresponds to the 'fePointLight' element. - * @author kitfox - */ -public interface SVGFEPointLightElement extends SVGElement -{ - /** - * Corresponds to attribute x on the given 'fePointLight' element. - */ - public SVGAnimatedNumber getX(); - /** - * Corresponds to attribute y on the given 'fePointLight' element. - */ - public SVGAnimatedNumber getY(); - /** - * Corresponds to attribute z on the given 'fePointLight' element. - */ - public SVGAnimatedNumber getZ(); -} -- cgit v1.2.3-55-g7522