summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java')
-rw-r--r--src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java b/src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java
index 4b5a134..7dc2e16 100644
--- a/src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java
+++ b/src/main/java/com/kitfox/salamander/svg/clip/SVGMaskElement.java
@@ -32,11 +32,11 @@ public interface SVGMaskElement extends SVGElement,
/**
* Corresponds to attribute maskUnits on the given 'mask' element. Takes one of the constants defined in SVGUnitTypes.
*/
- public SVGAnimatedEnumeration getMaskUnits();
+ public SVGAnimatedEnumeration<SVGUnitTypes.Type> getMaskUnits();
/**
* Corresponds to attribute maskContentUnits on the given 'mask' element. Takes one of the constants defined in SVGUnitTypes.
*/
- public SVGAnimatedEnumeration getMaskContentUnits();
+ public SVGAnimatedEnumeration<SVGUnitTypes.Type> getMaskContentUnits();
/**
* Corresponds to attribute x on the given 'mask' element.
*/