Class SVGOMFEDisplacementMapElement

    • Field Detail

      • xmlTraitInformation

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

        protected static final java.lang.String[] CHANNEL_SELECTOR_VALUES
        The 'xChannelSelector' and 'yChannelSelector' attributes values.
    • Constructor Detail

      • SVGOMFEDisplacementMapElement

        protected SVGOMFEDisplacementMapElement()
        Creates a new SVGOMFEDisplacementMap object.
      • SVGOMFEDisplacementMapElement

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

      • initializeLiveAttributes

        private void initializeLiveAttributes()
        Initializes the live attribute values of this element.
      • getLocalName

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

        public org.w3c.dom.svg.SVGAnimatedString getIn1()
        DOM: Implements SVGFEDisplacementMapElement.getIn1().
        Specified by:
        getIn1 in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
      • getIn2

        public org.w3c.dom.svg.SVGAnimatedString getIn2()
        DOM: Implements SVGFEDisplacementMapElement.getIn2().
        Specified by:
        getIn2 in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
      • getScale

        public org.w3c.dom.svg.SVGAnimatedNumber getScale()
        DOM: Implements SVGFEDisplacementMapElement.getScale().
        Specified by:
        getScale in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
      • getXChannelSelector

        public org.w3c.dom.svg.SVGAnimatedEnumeration getXChannelSelector()
        DOM: Implements SVGFEDisplacementMapElement.getXChannelSelector().
        Specified by:
        getXChannelSelector in interface org.w3c.dom.svg.SVGFEDisplacementMapElement
      • getYChannelSelector

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

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