org.apache.batik.dom.svg

Class SVGOMAnimatedNumberList.BaseSVGNumberList

public class SVGOMAnimatedNumberList.BaseSVGNumberList extends AbstractSVGNumberList

SVGNumberList implementation for the base number list value.
Field Summary
protected booleanmalformed
Whether the value is malformed.
protected booleanmissing
Whether the value is missing.
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 number list.
protected voidresetAttribute()
Resets the value of the associated attribute.
protected voidresetAttribute(SVGItem item)
Appends the string representation of the given SVGItem to the DOM attribute.
protected voidrevalidate()
Initializes the list, if needed.
protected voidsetAttributeValue(String value)
Sets the DOM attribute value containing the number list.

Field Detail

malformed

protected boolean malformed
Whether the value is malformed.

missing

protected boolean missing
Whether the value is missing.

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 number list.

resetAttribute

protected void resetAttribute()
Resets the value of the associated attribute.

resetAttribute

protected void resetAttribute(SVGItem item)
Appends the string representation of the given SVGItem to the DOM attribute. This is called in response to an append to the list.

revalidate

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

setAttributeValue

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