summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java b/src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java
index 28cf6a6..f551c4a 100644
--- a/src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java
+++ b/src/main/java/com/kitfox/salamander/svg/fills/SVGPatternElement.java
@@ -37,11 +37,11 @@ public interface SVGPatternElement extends SVGElement,
/**
* Corresponds to attribute patternUnits on the given 'pattern' element. Takes one of the constants defined in SVGUnitTypes.
*/
- public SVGAnimatedEnumeration getPatternUnits();
+ public SVGAnimatedEnumeration<SVGUnitTypes.Type> getPatternUnits();
/**
* Corresponds to attribute patternContentUnits on the given 'pattern' element. Takes one of the constants defined in SVGUnitTypes.
*/
- public SVGAnimatedEnumeration getPatternContentUnits();
+ public SVGAnimatedEnumeration<SVGUnitTypes.Type> getPatternContentUnits();
/**
* Corresponds to attribute patternTransform on the given 'pattern' element.
*/