Class SVGOMAnimatedNumberList.AnimSVGNumberList

java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGNumberList
org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
All Implemented Interfaces:
org.w3c.dom.svg.SVGNumberList
Enclosing class:
SVGOMAnimatedNumberList

protected class SVGOMAnimatedNumberList.AnimSVGNumberList extends AbstractSVGNumberList
SVGNumberList implementation for the animated number list value.
  • Constructor Details

    • AnimSVGNumberList

      public AnimSVGNumberList()
      Creates a new AnimSVGNumberList.
  • Method Details

    • createDOMException

      protected DOMException createDOMException(short type, String key, Object[] args)
      Create a DOMException.
      Specified by:
      createDOMException in class AbstractSVGList
    • createSVGException

      protected org.w3c.dom.svg.SVGException createSVGException(short type, String key, Object[] args)
      Create a SVGException.
      Specified by:
      createSVGException in class AbstractSVGNumberList
    • getElement

      protected Element getElement()
      Returns the element owning this SVGNumberList.
      Specified by:
      getElement in class AbstractSVGNumberList
    • getNumberOfItems

      public int getNumberOfItems()
      DOM: Implements SVGNumberList.getNumberOfItems().
      Specified by:
      getNumberOfItems in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      getNumberOfItems in class AbstractSVGList
    • getItem

      public org.w3c.dom.svg.SVGNumber getItem(int index) throws DOMException
      DOM: Implements SVGNumberList.getItem(int).
      Specified by:
      getItem in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      getItem in class AbstractSVGNumberList
      Throws:
      DOMException
    • getValueAsString

      protected String getValueAsString()
      Returns the value of the DOM attribute containing the point list.
      Specified by:
      getValueAsString in class AbstractSVGList
    • setAttributeValue

      protected void setAttributeValue(String value)
      Sets the DOM attribute value containing the point list.
      Specified by:
      setAttributeValue in class AbstractSVGList
      Parameters:
      value - the String representation of the list, or null if the list contains no items
    • clear

      public void clear() throws DOMException
      DOM: Implements SVGNumberList.clear().
      Specified by:
      clear in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      clear in class AbstractSVGList
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised when the list cannot be modified.
    • initialize

      public org.w3c.dom.svg.SVGNumber initialize(org.w3c.dom.svg.SVGNumber newItem) throws DOMException, org.w3c.dom.svg.SVGException
      DOM: Implements SVGNumberList.initialize(SVGNumber).
      Specified by:
      initialize in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      initialize in class AbstractSVGNumberList
      Throws:
      DOMException
      org.w3c.dom.svg.SVGException
    • insertItemBefore

      public org.w3c.dom.svg.SVGNumber insertItemBefore(org.w3c.dom.svg.SVGNumber newItem, int index) throws DOMException, org.w3c.dom.svg.SVGException
      DOM: Implements SVGNumberList.insertItemBefore(SVGNumber, int).
      Specified by:
      insertItemBefore in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      insertItemBefore in class AbstractSVGNumberList
      Throws:
      DOMException
      org.w3c.dom.svg.SVGException
    • replaceItem

      public org.w3c.dom.svg.SVGNumber replaceItem(org.w3c.dom.svg.SVGNumber newItem, int index) throws DOMException, org.w3c.dom.svg.SVGException
      DOM: Implements SVGNumberList.replaceItem(SVGNumber, int).
      Specified by:
      replaceItem in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      replaceItem in class AbstractSVGNumberList
      Throws:
      DOMException
      org.w3c.dom.svg.SVGException
    • removeItem

      public org.w3c.dom.svg.SVGNumber removeItem(int index) throws DOMException
      DOM: Implements SVGNumberList.removeItem(int).
      Specified by:
      removeItem in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      removeItem in class AbstractSVGNumberList
      Throws:
      DOMException
    • appendItem

      public org.w3c.dom.svg.SVGNumber appendItem(org.w3c.dom.svg.SVGNumber newItem) throws DOMException
      DOM: Implements SVGNumberList.appendItem(SVGNumber).
      Specified by:
      appendItem in interface org.w3c.dom.svg.SVGNumberList
      Overrides:
      appendItem in class AbstractSVGNumberList
      Throws:
      DOMException
    • setAnimatedValue

      protected void setAnimatedValue(float[] values)
      Sets the animated value.
    • resetAttribute

      protected void resetAttribute()
      Resets the value of the associated attribute. Does nothing, since there is no attribute for an animated value.
      Overrides:
      resetAttribute in class AbstractSVGList
    • resetAttribute

      protected void resetAttribute(SVGItem item)
      Resets the value of the associated attribute. Does nothing, since there is no attribute for an animated value.
      Overrides:
      resetAttribute in class AbstractSVGList
    • revalidate

      protected void revalidate()
      Initializes the list, if needed. Does nothing, since there is no attribute to read the list from.
      Overrides:
      revalidate in class AbstractSVGList