summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java')
-rw-r--r--src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java b/src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java
deleted file mode 100644
index 5214cb8..0000000
--- a/src/main/java/org/w3c/dom/svg/SVGFESpotLightElement.java
+++ /dev/null
@@ -1,14 +0,0 @@
-
-package org.w3c.dom.svg;
-
-public interface SVGFESpotLightElement extends
- SVGElement {
- public SVGAnimatedNumber getX( );
- public SVGAnimatedNumber getY( );
- public SVGAnimatedNumber getZ( );
- public SVGAnimatedNumber getPointsAtX( );
- public SVGAnimatedNumber getPointsAtY( );
- public SVGAnimatedNumber getPointsAtZ( );
- public SVGAnimatedNumber getSpecularExponent( );
- public SVGAnimatedNumber getLimitingConeAngle( );
-}