summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java b/src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java
new file mode 100644
index 0000000..b9fe19c
--- /dev/null
+++ b/src/main/java/com/kitfox/salamander/svg/text/SVGAltGlyphDefElement.java
@@ -0,0 +1,21 @@
+/*
+ * SVGAltGlyphDefElement.java
+ *
+ * Created on April 13, 2007, 9:53 AM
+ *
+ * To change this template, choose Tools | Template Manager
+ * and open the template in the editor.
+ */
+
+package com.kitfox.salamander.svg.text;
+
+import com.kitfox.salamander.svg.basic.SVGElement;
+
+/**
+ * The SVGAltGlyphDefElement interface corresponds to the 'altGlyphDef' element.
+ * @author kitfox
+ */
+public interface SVGAltGlyphDefElement extends SVGElement
+{
+
+}