public CSSStyleDeclaration getStyle() {
   return _SVGStylable.getStyle();
 }
 public CSSValue getPresentationAttribute(String name) {
   return _SVGStylable.getPresentationAttribute(name);
 }
 public SVGAnimatedString getClassName() {
   return _SVGStylable.getClassName();
 }