Interface SVGColorProfileElement

All Superinterfaces:
Element, Node, SVGElement, SVGRenderingIntent, SVGURIReference

public interface SVGColorProfileElement extends SVGElement, SVGURIReference, SVGRenderingIntent
  • Method Details

    • getLocal

      java.lang.String getLocal()
    • setLocal

      void setLocal(java.lang.String local) 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