public interface SVGStylable
SVGStylable
interface is implemented on all objects corresponding to SVG elements that can have
style
, {{SVGAttr("class") and presentation attributes specified on them.Modifier and Type | Method and Description |
---|---|
SVGAnimatedString |
getAnimatedClassName()
Corresponds to attribute
class on the given element. |
CSSValue |
getPresentationAttribute(String name)
Returns the base (i.e., static) value of a given presentation attribute as an object of type
CSSValue
. |
CSSStyleDeclaration |
getSvgStyle()
Corresponds to attribute
style on the given element. |
SVGAnimatedString getAnimatedClassName()
class
on the given element.CSSStyleDeclaration getSvgStyle()
style
on the given element.Copyright © 2018. All rights reserved.