blob: 82c4913f83c38f44c61fa0e199d5330a16747ddf [file] [log] [blame]
package org.w3c.dom.svg;
import org.w3c.dom.css.CSSStyleDeclaration;
import org.w3c.dom.css.CSSValue;
public interface SVGStylable {
public SVGAnimatedString getClassName( );
public CSSStyleDeclaration getStyle( );
public CSSValue getPresentationAttribute ( String name );
}