niagara-ax/decompiled/org/w3c/dom/svg/SVGStylable.java
2026-03-17 13:31:18 -07:00

13 lines
264 B
Java

package org.w3c.dom.svg;
import org.w3c.dom.css.CSSStyleDeclaration;
import org.w3c.dom.css.CSSValue;
public interface SVGStylable {
SVGAnimatedString getClassName();
CSSValue getPresentationAttribute(String str);
CSSStyleDeclaration getStyle();
}