コード例 #1
0
 public SVGAnimatedLength getWidth() {
   return _SVGFilterPrimitiveStandardAttributes.getWidth();
 }
コード例 #2
0
 public CSSValue getPresentationAttribute(String name) {
   return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name);
 }
コード例 #3
0
 // from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
 public SVGAnimatedString getClassName() {
   return _SVGFilterPrimitiveStandardAttributes.getClassName();
 }
コード例 #4
0
 public CSSStyleDeclaration getStyle() {
   return _SVGFilterPrimitiveStandardAttributes.getStyle();
 }
コード例 #5
0
 public SVGAnimatedString getResult() {
   return _SVGFilterPrimitiveStandardAttributes.getResult();
 }