Class SVGOMFEConvolveMatrixElement

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

public class SVGOMFEConvolveMatrixElement extends SVGOMFilterPrimitiveStandardAttributes implements org.w3c.dom.svg.SVGFEConvolveMatrixElement
This class implements SVGFEConvolveMatrixElement.
Version:
$Id: SVGOMFEConvolveMatrixElement.java 1805420 2017-08-18 13:04:41Z ssteiner $
See Also:
  • Field Details

    • xmlTraitInformation

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

      protected static final String[] EDGE_MODE_VALUES
      The 'edgeMode' attribute values.
    • in

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

      protected SVGOMAnimatedEnumeration edgeMode
      The 'edgeMode' attribute value.
    • bias

      protected SVGOMAnimatedNumber bias
      The 'bias' attribute value.
    • preserveAlpha

      protected SVGOMAnimatedBoolean preserveAlpha
      The 'preserveAlpha' attribute value.
  • Constructor Details

    • SVGOMFEConvolveMatrixElement

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

      public SVGOMFEConvolveMatrixElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMFEConvolveMatrixElement 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 SVGFEConvolveMatrixElement#getIn1().
    • getEdgeMode

      public org.w3c.dom.svg.SVGAnimatedEnumeration getEdgeMode()
      DOM: Implements SVGFEConvolveMatrixElement.getEdgeMode().
      Specified by:
      getEdgeMode in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getKernelMatrix

      public org.w3c.dom.svg.SVGAnimatedNumberList getKernelMatrix()
      DOM: Implements SVGFEConvolveMatrixElement.getKernelMatrix().
      Specified by:
      getKernelMatrix in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getOrderX

      public org.w3c.dom.svg.SVGAnimatedInteger getOrderX()
      DOM: Implements SVGFEConvolveMatrixElement.getOrderX().
      Specified by:
      getOrderX in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getOrderY

      public org.w3c.dom.svg.SVGAnimatedInteger getOrderY()
      DOM: Implements SVGFEConvolveMatrixElement.getOrderY().
      Specified by:
      getOrderY in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getTargetX

      public org.w3c.dom.svg.SVGAnimatedInteger getTargetX()
      DOM: Implements SVGFEConvolveMatrixElement.getTargetX().
      Specified by:
      getTargetX in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getTargetY

      public org.w3c.dom.svg.SVGAnimatedInteger getTargetY()
      DOM: Implements SVGFEConvolveMatrixElement.getTargetY().
      Specified by:
      getTargetY in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getDivisor

      public org.w3c.dom.svg.SVGAnimatedNumber getDivisor()
      DOM: Implements SVGFEConvolveMatrixElement.getDivisor().
      Specified by:
      getDivisor in interface org.w3c.dom.svg.SVGFEConvolveMatrixElement
    • getBias

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

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

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

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