org.apache.batik.dom.svg
public class SVGOMAnimatedLengthList.BaseSVGLengthList extends AbstractSVGLengthList
Constructor Summary | |
---|---|
BaseSVGLengthList()
Creates a new BaseSVGLengthList. |
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 length list. |
protected void | revalidate()
Initializes the list, if needed. |
protected void | setAttributeValue(String value)
Sets the DOM attribute value containing the length list. |