Interface SVGColorProfileRule

All Superinterfaces:
CSSRule, SVGCSSRule, SVGRenderingIntent

public interface SVGColorProfileRule extends SVGCSSRule, SVGRenderingIntent
  • Method Details

    • getSrc

      java.lang.String getSrc()
    • setSrc

      void setSrc(java.lang.String src) throws DOMException
      Throws:
      DOMException
    • getName

      java.lang.String getName()
    • setName

      void setName(java.lang.String name) throws DOMException
      Throws:
      DOMException
    • getRenderingIntent

      short getRenderingIntent()
    • setRenderingIntent

      void setRenderingIntent(short renderingIntent) throws DOMException
      Throws:
      DOMException