summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java b/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java
new file mode 100644
index 0000000..c51d459
--- /dev/null
+++ b/src/main/java/com/kitfox/salamander/svg/filter/SVGFEFuncGElement.java
@@ -0,0 +1,19 @@
+/*
+ * SVGFEFuncRElement.java
+ *
+ * Created on April 13, 2007, 10:49 AM
+ *
+ * To change this template, choose Tools | Template Manager
+ * and open the template in the editor.
+ */
+
+package com.kitfox.salamander.svg.filter;
+
+/**
+ * The SVGFEFuncGElement interface corresponds to the 'feFuncG' element.
+ * @author kitfox
+ */
+public interface SVGFEFuncGElement extends SVGComponentTransferFunctionElement
+{
+
+}