コード例 #1
0
 public CSSStyleDeclaration getStyle() {
   return _SVGStylable.getStyle();
 }
コード例 #2
0
 public CSSValue getPresentationAttribute(String name) {
   return _SVGStylable.getPresentationAttribute(name);
 }
コード例 #3
0
 public SVGAnimatedString getClassName() {
   return _SVGStylable.getClassName();
 }