Class SVGOMFEDiffuseLightingElement

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

public class SVGOMFEDiffuseLightingElement extends SVGOMFilterPrimitiveStandardAttributes implements org.w3c.dom.svg.SVGFEDiffuseLightingElement
This class implements SVGFEDiffuseLightingElement.
See Also:
  • Field Details

    • xmlTraitInformation

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

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

      protected SVGOMAnimatedNumber surfaceScale
      The 'surfaceScale' attribute value.
    • diffuseConstant

      protected SVGOMAnimatedNumber diffuseConstant
      The 'diffuseConstant' attribute value.
  • Constructor Details

    • SVGOMFEDiffuseLightingElement

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

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

      public org.w3c.dom.svg.SVGAnimatedNumber getSurfaceScale()
      DOM: Implements SVGFEDiffuseLightingElement.getSurfaceScale().
      Specified by:
      getSurfaceScale in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
    • getDiffuseConstant

      public org.w3c.dom.svg.SVGAnimatedNumber getDiffuseConstant()
      DOM: Implements SVGFEDiffuseLightingElement.getDiffuseConstant().
      Specified by:
      getDiffuseConstant in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
    • getKernelUnitLengthX

      public org.w3c.dom.svg.SVGAnimatedNumber getKernelUnitLengthX()
      DOM: Implements SVGFEDiffuseLightingElement.getKernelUnitLengthX().
      Specified by:
      getKernelUnitLengthX in interface org.w3c.dom.svg.SVGFEDiffuseLightingElement
    • getKernelUnitLengthY

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