Class SVGOMClipPathElement

    • Field Detail

      • xmlTraitInformation

        protected static DoublyIndexedTable xmlTraitInformation
        Table mapping XML attribute names to TraitInformation objects.
      • CLIP_PATH_UNITS_VALUES

        protected static final java.lang.String[] CLIP_PATH_UNITS_VALUES
        The clipPathUnits values.
    • Constructor Detail

      • SVGOMClipPathElement

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

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

        public org.w3c.dom.svg.SVGAnimatedEnumeration getClipPathUnits()
        DOM: Implements SVGClipPathElement.getClipPathUnits().
        Specified by:
        getClipPathUnits in interface org.w3c.dom.svg.SVGClipPathElement
      • newNode

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