Class SVGOMFEDisplacementMapElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGFEDisplacementMapElement, org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes, org.w3c.dom.svg.SVGStylable

public class SVGOMFEDisplacementMapElement extends SVGOMFilterPrimitiveStandardAttributes implements org.w3c.dom.svg.SVGFEDisplacementMapElement
This class implements SVGFEDisplacementMapElement.
Version:
$Id: SVGOMFEDisplacementMapElement.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • xmlTraitInformation

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

      protected static final String[] CHANNEL_SELECTOR_VALUES
      The 'xChannelSelector' and 'yChannelSelector' attributes values.
    • in

      protected SVGOMAnimatedString in
      The 'in' attribute value.
    • in2

      protected SVGOMAnimatedString in2
      The 'in2' attribute value.
    • scale

      protected SVGOMAnimatedNumber scale
      The 'scale' attribute value.
    • xChannelSelector

      protected SVGOMAnimatedEnumeration xChannelSelector
      The 'xChannelSelector' attribute value.
    • yChannelSelector

      protected SVGOMAnimatedEnumeration yChannelSelector
      The 'yChannelSelector' attribute value.
  • Constructor Details

    • SVGOMFEDisplacementMapElement

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

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

    • initializeAllLiveAttributes

      protected void initializeAllLiveAttributes()
      Initializes all live attributes for this element.
      Overrides:
      initializeAllLiveAttributes in class SVGOMFilterPrimitiveStandardAttributes
    • initializeLiveAttributes

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

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface 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 Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode
    • getTraitInformationTable

      protected DoublyIndexedTable getTraitInformationTable()
      Returns the table of TraitInformation objects for this element.
      Overrides:
      getTraitInformationTable in class SVGOMFilterPrimitiveStandardAttributes