org.apache.batik.dom.svg
Class SVGOMAnimatedNumberList.BaseSVGNumberList
public
class
SVGOMAnimatedNumberList.BaseSVGNumberList
extends AbstractSVGNumberList
{@link SVGNumberList} implementation for the base number list value.
Method Summary |
protected DOMException | createDOMException(short type, String key, Object[] args)
Create a DOMException. |
protected SVGException | createSVGException(short type, String key, Object[] args)
Create a SVGException. |
protected Element | getElement()
Returns the element owning the attribute with which this length
list is associated. |
protected String | getValueAsString()
Returns the value of the DOM attribute containing the number list. |
protected void | revalidate()
Initializes the list, if needed. |
protected void | setAttributeValue(String value)
Sets the DOM attribute value containing the number list. |
protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.
protected SVGException createSVGException(short type, String key, Object[] args)
Create a SVGException.
protected Element getElement()
Returns the element owning the attribute with which this length
list is associated.
protected String getValueAsString()
Returns the value of the DOM attribute containing the number list.
protected void revalidate()
Initializes the list, if needed.
protected void setAttributeValue(String value)
Sets the DOM attribute value containing the number list.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.