|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGNumberList
org.apache.batik.anim.dom.SVGOMAnimatedNumberList.AnimSVGNumberList
protected class SVGOMAnimatedNumberList.AnimSVGNumberList
SVGNumberList implementation for the animated number list value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGNumberList |
|---|
AbstractSVGNumberList.NumberListBuilder |
| Field Summary |
|---|
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGNumberList |
|---|
SVG_NUMBER_LIST_SEPARATOR |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGList |
|---|
itemList, valid |
| Constructor Summary | |
|---|---|
SVGOMAnimatedNumberList.AnimSVGNumberList()
Creates a new AnimSVGNumberList. |
|
| Method Summary | |
|---|---|
org.w3c.dom.svg.SVGNumber |
appendItem(org.w3c.dom.svg.SVGNumber newItem)
DOM: Implements SVGNumberList.appendItem(SVGNumber). |
void |
clear()
DOM: Implements SVGNumberList.clear(). |
protected DOMException |
createDOMException(short type,
String key,
Object[] args)
Create a DOMException. |
protected org.w3c.dom.svg.SVGException |
createSVGException(short type,
String key,
Object[] args)
Create a SVGException. |
protected Element |
getElement()
Returns the element owning this SVGNumberList. |
org.w3c.dom.svg.SVGNumber |
getItem(int index)
DOM: Implements SVGNumberList.getItem(int). |
int |
getNumberOfItems()
DOM: Implements SVGNumberList.getNumberOfItems(). |
protected String |
getValueAsString()
Returns the value of the DOM attribute containing the point list. |
org.w3c.dom.svg.SVGNumber |
initialize(org.w3c.dom.svg.SVGNumber newItem)
DOM: Implements SVGNumberList.initialize(SVGNumber). |
org.w3c.dom.svg.SVGNumber |
insertItemBefore(org.w3c.dom.svg.SVGNumber newItem,
int index)
DOM: Implements SVGNumberList.insertItemBefore(SVGNumber, int). |
org.w3c.dom.svg.SVGNumber |
removeItem(int index)
DOM: Implements SVGNumberList.removeItem(int). |
org.w3c.dom.svg.SVGNumber |
replaceItem(org.w3c.dom.svg.SVGNumber newItem,
int index)
DOM: Implements SVGNumberList.replaceItem(SVGNumber, int). |
protected void |
resetAttribute()
Resets the value of the associated attribute. |
protected void |
resetAttribute(SVGItem item)
Resets the value of the associated attribute. |
protected void |
revalidate()
Initializes the list, if needed. |
protected void |
setAnimatedValue(float[] values)
Sets the animated value. |
protected void |
setAttributeValue(String value)
Sets the DOM attribute value containing the point list. |
| Methods inherited from class org.apache.batik.dom.svg.AbstractSVGNumberList |
|---|
checkItemType, createSVGItem, doParse, getItemSeparator |
| Methods inherited from class org.apache.batik.dom.svg.AbstractSVGList |
|---|
appendItemImpl, clear, getItemImpl, initializeImpl, insertItemBeforeImpl, invalidate, itemChanged, removeIfNeeded, removeItem, removeItemImpl, replaceItemImpl, setValueAsString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVGOMAnimatedNumberList.AnimSVGNumberList()
| Method Detail |
|---|
protected DOMException createDOMException(short type,
String key,
Object[] args)
createDOMException in class AbstractSVGList
protected org.w3c.dom.svg.SVGException createSVGException(short type,
String key,
Object[] args)
createSVGException in class AbstractSVGNumberListprotected Element getElement()
getElement in class AbstractSVGNumberListpublic int getNumberOfItems()
SVGNumberList.getNumberOfItems().
getNumberOfItems in interface org.w3c.dom.svg.SVGNumberListgetNumberOfItems in class AbstractSVGList
public org.w3c.dom.svg.SVGNumber getItem(int index)
throws DOMException
SVGNumberList.getItem(int).
getItem in interface org.w3c.dom.svg.SVGNumberListgetItem in class AbstractSVGNumberListDOMExceptionprotected String getValueAsString()
getValueAsString in class AbstractSVGListprotected void setAttributeValue(String value)
setAttributeValue in class AbstractSVGList
public void clear()
throws DOMException
SVGNumberList.clear().
clear in interface org.w3c.dom.svg.SVGNumberListclear in class AbstractSVGListDOMException
public org.w3c.dom.svg.SVGNumber initialize(org.w3c.dom.svg.SVGNumber newItem)
throws DOMException,
org.w3c.dom.svg.SVGException
SVGNumberList.initialize(SVGNumber).
initialize in interface org.w3c.dom.svg.SVGNumberListinitialize in class AbstractSVGNumberListDOMException
org.w3c.dom.svg.SVGException
public org.w3c.dom.svg.SVGNumber insertItemBefore(org.w3c.dom.svg.SVGNumber newItem,
int index)
throws DOMException,
org.w3c.dom.svg.SVGException
SVGNumberList.insertItemBefore(SVGNumber, int).
insertItemBefore in interface org.w3c.dom.svg.SVGNumberListinsertItemBefore in class AbstractSVGNumberListDOMException
org.w3c.dom.svg.SVGException
public org.w3c.dom.svg.SVGNumber replaceItem(org.w3c.dom.svg.SVGNumber newItem,
int index)
throws DOMException,
org.w3c.dom.svg.SVGException
SVGNumberList.replaceItem(SVGNumber, int).
replaceItem in interface org.w3c.dom.svg.SVGNumberListreplaceItem in class AbstractSVGNumberListDOMException
org.w3c.dom.svg.SVGException
public org.w3c.dom.svg.SVGNumber removeItem(int index)
throws DOMException
SVGNumberList.removeItem(int).
removeItem in interface org.w3c.dom.svg.SVGNumberListremoveItem in class AbstractSVGNumberListDOMException
public org.w3c.dom.svg.SVGNumber appendItem(org.w3c.dom.svg.SVGNumber newItem)
throws DOMException
SVGNumberList.appendItem(SVGNumber).
appendItem in interface org.w3c.dom.svg.SVGNumberListappendItem in class AbstractSVGNumberListDOMExceptionprotected void setAnimatedValue(float[] values)
protected void resetAttribute()
resetAttribute in class AbstractSVGListprotected void resetAttribute(SVGItem item)
resetAttribute in class AbstractSVGListprotected void revalidate()
revalidate in class AbstractSVGList
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||