Class SVGOMComponentTransferFunctionElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGComponentTransferFunctionElement, org.w3c.dom.svg.SVGElement
Direct Known Subclasses:
SVGOMFEFuncAElement, SVGOMFEFuncBElement, SVGOMFEFuncGElement, SVGOMFEFuncRElement

public abstract class SVGOMComponentTransferFunctionElement extends SVGOMElement implements org.w3c.dom.svg.SVGComponentTransferFunctionElement
This class represents the component transfer function elements.
See Also:
  • Field Details

  • Constructor Details

    • SVGOMComponentTransferFunctionElement

      protected SVGOMComponentTransferFunctionElement()
      Creates a new Element object.
    • SVGOMComponentTransferFunctionElement

      protected SVGOMComponentTransferFunctionElement(String prefix, AbstractDocument owner)
      Creates a new Element 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 SVGOMElement
    • getType

      public org.w3c.dom.svg.SVGAnimatedEnumeration getType()
      DOM: Implements SVGComponentTransferFunctionElement.getType().
      Specified by:
      getType in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getTableValues

      public org.w3c.dom.svg.SVGAnimatedNumberList getTableValues()
      DOM: Implements SVGComponentTransferFunctionElement.getTableValues().
      Specified by:
      getTableValues in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getSlope

      public org.w3c.dom.svg.SVGAnimatedNumber getSlope()
      DOM: Implements SVGComponentTransferFunctionElement.getSlope().
      Specified by:
      getSlope in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getIntercept

      public org.w3c.dom.svg.SVGAnimatedNumber getIntercept()
      DOM: Implements SVGComponentTransferFunctionElement.getIntercept().
      Specified by:
      getIntercept in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getAmplitude

      public org.w3c.dom.svg.SVGAnimatedNumber getAmplitude()
      DOM: Implements SVGComponentTransferFunctionElement.getAmplitude().
      Specified by:
      getAmplitude in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getExponent

      public org.w3c.dom.svg.SVGAnimatedNumber getExponent()
      DOM: Implements SVGComponentTransferFunctionElement.getExponent().
      Specified by:
      getExponent in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getOffset

      public org.w3c.dom.svg.SVGAnimatedNumber getOffset()
      DOM: Implements SVGComponentTransferFunctionElement.getOffset().
      Specified by:
      getOffset in interface org.w3c.dom.svg.SVGComponentTransferFunctionElement
    • getTraitInformationTable

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