org.w3c.dom.svg
public interface SVGStyleElement extends SVGElement
| Method Summary | |
|---|---|
| String | getMedia() |
| String | getTitle() |
| String | getType() |
| String | getXMLspace() |
| void | setMedia(String media) |
| void | setTitle(String title) |
| void | setType(String type) |
| void | setXMLspace(String xmlspace) |