Exemplo n.º 1
0
 public SVGAnimatedLength getWidth() {
   return _SVGFilterPrimitiveStandardAttributes.getWidth();
 }
Exemplo n.º 2
0
 public CSSValue getPresentationAttribute(String name) {
   return _SVGFilterPrimitiveStandardAttributes.getPresentationAttribute(name);
 }
Exemplo n.º 3
0
 // from SVGStylable (from SVGFilterPrimitiveStandardAttributes)
 public SVGAnimatedString getClassName() {
   return _SVGFilterPrimitiveStandardAttributes.getClassName();
 }
Exemplo n.º 4
0
 public CSSStyleDeclaration getStyle() {
   return _SVGFilterPrimitiveStandardAttributes.getStyle();
 }
Exemplo n.º 5
0
 public SVGAnimatedString getResult() {
   return _SVGFilterPrimitiveStandardAttributes.getResult();
 }