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/SVGFESpecularLightingElement.java | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/main/java/com/kitfox/salamander/svg/filter/SVGFESpecularLightingElement.java (limited to 'src/main/java/com/kitfox/salamander/svg/filter/SVGFESpecularLightingElement.java') diff --git a/src/main/java/com/kitfox/salamander/svg/filter/SVGFESpecularLightingElement.java b/src/main/java/com/kitfox/salamander/svg/filter/SVGFESpecularLightingElement.java deleted file mode 100644 index a294faa..0000000 --- a/src/main/java/com/kitfox/salamander/svg/filter/SVGFESpecularLightingElement.java +++ /dev/null @@ -1,39 +0,0 @@ -/* - * SVGFESpecularLightingElement.java - * - * Created on April 13, 2007, 11:23 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.SVGAnimatedString; -import com.kitfox.salamander.svg.basic.SVGElement; - -/** - * The SVGFESpecularLightingElement interface corresponds to the 'feSpecularLighting' element. - * @author kitfox - */ -public interface SVGFESpecularLightingElement extends SVGElement, - SVGFilterPrimitiveStandardAttributes -{ - /** - * Corresponds to attribute in on the given 'feSpecularLighting' element. - */ - public SVGAnimatedString getIn1(); - /** - * Corresponds to attribute surfaceScale on the given 'feSpecularLighting' element. - */ - public SVGAnimatedNumber getSurfaceScale(); - /** - * Corresponds to attribute specularConstant on the given 'feSpecularLighting' element. - */ - public SVGAnimatedNumber getSpecularConstant(); - /** - * Corresponds to attribute specularExponent on the given 'feSpecularLighting' element. - */ - public SVGAnimatedNumber getSpecularExponent(); -} -- cgit v1.2.3-55-g7522