Class ColorSwitchElement

    • Constructor Detail

      • ColorSwitchElement

        protected ColorSwitchElement()
        Creates a new BatikRegularPolygonElement object.
      • ColorSwitchElement

        public ColorSwitchElement​(java.lang.String prefix,
                                  AbstractDocument owner)
        Creates a new BatikRegularPolygonElement 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
      • getNamespaceURI

        public java.lang.String getNamespaceURI()
        DOM: Implements Node.getNamespaceURI().
        Specified by:
        getNamespaceURI in interface org.w3c.dom.Node
        Overrides:
        getNamespaceURI in class SVGOMElement
        Returns:
        null.
      • newNode

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