Class SVGOMColorProfileElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGColorProfileElement, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGRenderingIntent, org.w3c.dom.svg.SVGURIReference

public class SVGOMColorProfileElement extends SVGOMURIReferenceElement implements org.w3c.dom.svg.SVGColorProfileElement
This class implements SVGColorProfileElement.
See Also:
  • Field Details

    • attributeInitializer

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

    • SVGOMColorProfileElement

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

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

    • getLocalName

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface Node
      Overrides:
      getLocalName in class AbstractNode
    • getLocal

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

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

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

      public void setName(String name) throws DOMException
      DOM: Implements SVGColorProfileElement.setName(String).
      Specified by:
      setName in interface org.w3c.dom.svg.SVGColorProfileElement
      Throws:
      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 DOMException
      DOM: Implements SVGColorProfileElement.setRenderingIntent(short).
      Specified by:
      setRenderingIntent in interface org.w3c.dom.svg.SVGColorProfileElement
      Throws:
      DOMException
    • getAttributeInitializer

      protected AttributeInitializer getAttributeInitializer()
      Returns the AttributeInitializer for this element type.
      Overrides:
      getAttributeInitializer in class AbstractElement
      Returns:
      null if this element has no attribute with a default value.
    • newNode

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