summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/svg/animation/AnimateXform.java
diff options
context:
space:
mode:
authorkitfox2009-04-23 23:44:56 +0200
committerkitfox2009-04-23 23:44:56 +0200
commit71d652c248ea25c91281e127ddde85c6ff7e7683 (patch)
tree13ff926d8bc121964d9e1a4134a8d04d082fd49d /src/main/java/com/kitfox/svg/animation/AnimateXform.java
parentGradient references are now handled as URIs rather than being referenced dire... (diff)
downloadsvg-salamander-core-71d652c248ea25c91281e127ddde85c6ff7e7683.tar.gz
svg-salamander-core-71d652c248ea25c91281e127ddde85c6ff7e7683.tar.xz
svg-salamander-core-71d652c248ea25c91281e127ddde85c6ff7e7683.zip
Added rebuild() to AnimateElement that will allow the user to change the xml values of animation elements.
git-svn-id: https://svn.java.net/svn/svgsalamander~svn/trunk/svg-core@64 7dc7fa77-23fb-e6ad-8e2e-c86bd48ed22b
Diffstat (limited to 'src/main/java/com/kitfox/svg/animation/AnimateXform.java')
-rw-r--r--src/main/java/com/kitfox/svg/animation/AnimateXform.java10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/main/java/com/kitfox/svg/animation/AnimateXform.java b/src/main/java/com/kitfox/svg/animation/AnimateXform.java
index d373d13..f9d0240 100644
--- a/src/main/java/com/kitfox/svg/animation/AnimateXform.java
+++ b/src/main/java/com/kitfox/svg/animation/AnimateXform.java
@@ -26,11 +26,13 @@
package com.kitfox.svg.animation;
-import org.xml.sax.*;
-import java.awt.geom.*;
+import com.kitfox.svg.SVGElement;
+import com.kitfox.svg.SVGLoaderHelper;
+import java.awt.geom.AffineTransform;
+import org.xml.sax.Attributes;
+import org.xml.sax.SAXException;
+
-import com.kitfox.svg.xml.*;
-import com.kitfox.svg.*;
/**
*