summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/basic/SVGAnimatedLengthList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/basic/SVGAnimatedLengthList.java')
-rwxr-xr-xsrc/main/java/com/kitfox/salamander/svg/basic/SVGAnimatedLengthList.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/basic/SVGAnimatedLengthList.java b/src/main/java/com/kitfox/salamander/svg/basic/SVGAnimatedLengthList.java
new file mode 100755
index 0000000..63a38e4
--- /dev/null
+++ b/src/main/java/com/kitfox/salamander/svg/basic/SVGAnimatedLengthList.java
@@ -0,0 +1,19 @@
+/*
+ * SVGAnimatedTransformList.java
+ *
+ * Created on April 12, 2007, 2:19 PM
+ *
+ * To change this template, choose Tools | Template Manager
+ * and open the template in the editor.
+ */
+
+package com.kitfox.salamander.svg.basic;
+
+/**
+ *
+ * Used for the various attributes which specify a set of transformations, such as the transform attribute which is available for many of SVG's elements, and which can be animated.
+ * @author kitfox
+ */
+public interface SVGAnimatedLengthList extends SVGAnimatedDataType<SVGLengthList>
+{
+}