Code

0d547c66682931cb668fe84c71a1d0884c059279
[inkscape.git] / src / bind / java / org / w3c / dom / svg / SVGStylable.java
1 \r
2 package org.w3c.dom.svg;\r
3 \r
4 import org.w3c.dom.css.CSSStyleDeclaration;\r
5 import org.w3c.dom.css.CSSValue;\r
6 \r
7 public interface SVGStylable {\r
8   public SVGAnimatedString getClassName( );\r
9   public CSSStyleDeclaration getStyle( );\r
10 \r
11   public CSSValue getPresentationAttribute ( String name );\r
12 }\r