public SVGAnimatedLength getWidth() {
   return _SVGFilterPrimitiveStandardAttributes.getWidth();
 }
 public CSSValue getPresentationAttribute(String name) {
   return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name);
 }
 // from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
 public SVGAnimatedString getClassName() {
   return _SVGFilterPrimitiveStandardAttributes.getClassName();
 }
 public CSSStyleDeclaration getStyle() {
   return _SVGFilterPrimitiveStandardAttributes.getStyle();
 }
 public SVGAnimatedString getResult() {
   return _SVGFilterPrimitiveStandardAttributes.getResult();
 }