org.w3c.dom.svg
Interface SVGColorProfileRule
- All Superinterfaces:
- org.w3c.dom.css.CSSRule, SVGCSSRule, SVGRenderingIntent
- public interface SVGColorProfileRule
- extends SVGCSSRule, SVGRenderingIntent
Fields inherited from interface org.w3c.dom.css.CSSRule |
CHARSET_RULE, FONT_FACE_RULE, IMPORT_RULE, MEDIA_RULE, PAGE_RULE, STYLE_RULE, UNKNOWN_RULE |
Methods inherited from interface org.w3c.dom.css.CSSRule |
getCssText, getParentRule, getParentStyleSheet, getType, setCssText |
getSrc
public java.lang.String getSrc()
setSrc
public void setSrc(java.lang.String src)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
getRenderingIntent
public short getRenderingIntent()
setRenderingIntent
public void setRenderingIntent(short renderingIntent)
throws org.w3c.dom.DOMException
- Throws:
org.w3c.dom.DOMException
Copyright © 2004 Apache Software Foundation. All Rights Reserved.