Class SVGOMColorProfileElement

    • Field Detail

      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
    • Constructor Detail

      • SVGOMColorProfileElement

        protected SVGOMColorProfileElement()
        Creates a new SVGOMColorProfileElement object.
      • SVGOMColorProfileElement

        public SVGOMColorProfileElement​(java.lang.String prefix,
                                        AbstractDocument owner)
        Creates a new SVGOMColorProfileElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getLocal

        public java.lang.String getLocal()
        DOM: Implements SVGColorProfileElement.getLocal().
        Specified by:
        getLocal in interface org.w3c.dom.svg.SVGColorProfileElement
      • setLocal

        public void setLocal​(java.lang.String local)
                      throws org.w3c.dom.DOMException
        DOM: Implements SVGColorProfileElement.setLocal(String).
        Specified by:
        setLocal in interface org.w3c.dom.svg.SVGColorProfileElement
        Throws:
        org.w3c.dom.DOMException
      • getName

        public java.lang.String getName()
        DOM: Implements SVGColorProfileElement.getName().
        Specified by:
        getName in interface org.w3c.dom.svg.SVGColorProfileElement
      • setName

        public void setName​(java.lang.String name)
                     throws org.w3c.dom.DOMException
        DOM: Implements SVGColorProfileElement.setName(String).
        Specified by:
        setName in interface org.w3c.dom.svg.SVGColorProfileElement
        Throws:
        org.w3c.dom.DOMException
      • getRenderingIntent

        public short getRenderingIntent()
        DOM: Implements SVGColorProfileElement.getRenderingIntent().
        Specified by:
        getRenderingIntent in interface org.w3c.dom.svg.SVGColorProfileElement
      • setRenderingIntent

        public void setRenderingIntent​(short renderingIntent)
                                throws org.w3c.dom.DOMException
        DOM: Implements SVGColorProfileElement.setRenderingIntent(short).
        Specified by:
        setRenderingIntent in interface org.w3c.dom.svg.SVGColorProfileElement
        Throws:
        org.w3c.dom.DOMException
      • newNode

        protected org.w3c.dom.Node newNode()
        Returns a new uninitialized instance of this object's class.
        Specified by:
        newNode in class AbstractNode