Class SVGOMClipPathElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, SVGMotionAnimatableElement, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGClipPathElement, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGLocatable, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTransformable, org.w3c.dom.svg.SVGUnitTypes

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

    • xmlTraitInformation

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

      protected static final String[] CLIP_PATH_UNITS_VALUES
      The clipPathUnits values.
    • clipPathUnits

      protected SVGOMAnimatedEnumeration clipPathUnits
      The 'clipPathUnits' attribute value.
  • Constructor Details

    • SVGOMClipPathElement

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

      public SVGOMClipPathElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMClipPathElement 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 SVGGraphicsElement
    • 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
    • getClipPathUnits

      public org.w3c.dom.svg.SVGAnimatedEnumeration getClipPathUnits()
      DOM: Implements SVGClipPathElement.getClipPathUnits().
      Specified by:
      getClipPathUnits in interface org.w3c.dom.svg.SVGClipPathElement
    • 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 SVGGraphicsElement