Class SVGOMFEOffsetElement

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.SVGFEOffsetElement, org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes, org.w3c.dom.svg.SVGStylable

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

  • Constructor Details

    • SVGOMFEOffsetElement

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

      public SVGOMFEOffsetElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMFEOffsetElement 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 SVGFEOffsetElement.getIn1().
      Specified by:
      getIn1 in interface org.w3c.dom.svg.SVGFEOffsetElement
    • getDx

      public org.w3c.dom.svg.SVGAnimatedNumber getDx()
      DOM: Implements SVGFEOffsetElement.getDx().
      Specified by:
      getDx in interface org.w3c.dom.svg.SVGFEOffsetElement
    • getDy

      public org.w3c.dom.svg.SVGAnimatedNumber getDy()
      DOM: Implements SVGFEOffsetElement.getDy().
      Specified by:
      getDy in interface org.w3c.dom.svg.SVGFEOffsetElement
    • 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