org.apache.batik.dom.svg

Class SVGOMAnimatedLengthList.BaseSVGLengthList

public class SVGOMAnimatedLengthList.BaseSVGLengthList extends AbstractSVGLengthList

{@link SVGLengthList} implementation for the base length list value.
Constructor Summary
BaseSVGLengthList()
Creates a new BaseSVGLengthList.
Method Summary
protected DOMExceptioncreateDOMException(short type, String key, Object[] args)
Create a DOMException.
protected SVGExceptioncreateSVGException(short type, String key, Object[] args)
Create a SVGException.
protected ElementgetElement()
Returns the element owning the attribute with which this length list is associated.
protected StringgetValueAsString()
Returns the value of the DOM attribute containing the length list.
protected voidrevalidate()
Initializes the list, if needed.
protected voidsetAttributeValue(String value)
Sets the DOM attribute value containing the length list.

Constructor Detail

BaseSVGLengthList

public BaseSVGLengthList()
Creates a new BaseSVGLengthList.

Method Detail

createDOMException

protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.

createSVGException

protected SVGException createSVGException(short type, String key, Object[] args)
Create a SVGException.

getElement

protected Element getElement()
Returns the element owning the attribute with which this length list is associated.

getValueAsString

protected String getValueAsString()
Returns the value of the DOM attribute containing the length list.

revalidate

protected void revalidate()
Initializes the list, if needed.

setAttributeValue

protected void setAttributeValue(String value)
Sets the DOM attribute value containing the length list.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.