org.w3c.dom.svg
public interface SVGColorProfileRule extends SVGCSSRule, SVGRenderingIntent
| Method Summary | |
|---|---|
| String | getName() |
| short | getRenderingIntent() |
| String | getSrc() |
| void | setName(String name) |
| void | setRenderingIntent(short renderingIntent) |
| void | setSrc(String src) |