org.apache.batik.dom.svg
public class SVGOMAnimatedNumberList.BaseSVGNumberList extends AbstractSVGNumberList
Field Summary | |
---|---|
protected boolean | malformed
Whether the value is malformed. |
protected boolean | missing
Whether the value is missing. |
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 | resetAttribute()
Resets the value of the associated attribute. |
protected void | resetAttribute(SVGItem item)
Appends the string representation of the given SVGItem to
the DOM attribute. |
protected void | revalidate()
Initializes the list, if needed. |
protected void | setAttributeValue(String value)
Sets the DOM attribute value containing the number list. |