Class SVGOMFilterPrimitiveStandardAttributes

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.SVGFilterPrimitiveStandardAttributes, org.w3c.dom.svg.SVGStylable
Direct Known Subclasses:
SVGOMFEBlendElement, SVGOMFEColorMatrixElement, SVGOMFEComponentTransferElement, SVGOMFECompositeElement, SVGOMFEConvolveMatrixElement, SVGOMFEDiffuseLightingElement, SVGOMFEDisplacementMapElement, SVGOMFEFloodElement, SVGOMFEGaussianBlurElement, SVGOMFEImageElement, SVGOMFEMergeElement, SVGOMFEMorphologyElement, SVGOMFEOffsetElement, SVGOMFESpecularLightingElement, SVGOMFETileElement, SVGOMFETurbulenceElement

public abstract class SVGOMFilterPrimitiveStandardAttributes extends SVGStylableElement implements org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
This class represents a SVGElement with support for standard filter attributes.
Version:
$Id: SVGOMFilterPrimitiveStandardAttributes.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

  • Constructor Details

    • SVGOMFilterPrimitiveStandardAttributes

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

      protected SVGOMFilterPrimitiveStandardAttributes(String prefix, AbstractDocument owner)
      Creates a new SVGOMFilterPrimitiveStandardAttributes 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 SVGStylableElement
    • initializeLiveAttributes

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

      public org.w3c.dom.svg.SVGAnimatedLength getX()
      DOM: Implements SVGFilterPrimitiveStandardAttributes.getX().
      Specified by:
      getX in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
    • getY

      public org.w3c.dom.svg.SVGAnimatedLength getY()
      DOM: Implements SVGFilterPrimitiveStandardAttributes.getY().
      Specified by:
      getY in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
    • getWidth

      public org.w3c.dom.svg.SVGAnimatedLength getWidth()
      DOM: Implements SVGFilterPrimitiveStandardAttributes.getWidth().
      Specified by:
      getWidth in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
    • getHeight

      public org.w3c.dom.svg.SVGAnimatedLength getHeight()
      DOM: Implements SVGFilterPrimitiveStandardAttributes.getHeight().
      Specified by:
      getHeight in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
    • getResult

      public org.w3c.dom.svg.SVGAnimatedString getResult()
      DOM: Implements SVGFilterPrimitiveStandardAttributes.getResult().
      Specified by:
      getResult in interface org.w3c.dom.svg.SVGFilterPrimitiveStandardAttributes
    • getTraitInformationTable

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