|
||||||||||
| 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.dom.svg.SVGOMAnimatedNumberList.AnimSVGNumberList
protected class SVGOMAnimatedNumberList.AnimSVGNumberList
SVGOMAnimatedNumberList.BaseSVGNumberList implementation for the animated number list value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGNumberList |
|---|
AbstractSVGNumberList.NumberListBuilder, AbstractSVGNumberList.SVGNumberItem |
| Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGList |
|---|
AbstractSVGList.ListBuilder |
| 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 | |
|---|---|
SVGNumber |
appendItem(SVGNumber newItem)
DOM: Implements AbstractSVGNumberList.appendItem(SVGNumber). |
void |
clear()
DOM: Implements AbstractSVGList.clear(). |
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 this SVGNumberList. |
SVGNumber |
getItem(int index)
DOM: Implements AbstractSVGNumberList.getItem(int). |
int |
getNumberOfItems()
DOM: Implements AbstractSVGList.getNumberOfItems(). |
protected String |
getValueAsString()
Returns the value of the DOM attribute containing the point list. |
SVGNumber |
initialize(SVGNumber newItem)
DOM: Implements AbstractSVGNumberList.initialize(SVGNumber). |
SVGNumber |
insertItemBefore(SVGNumber newItem,
int index)
DOM: Implements AbstractSVGNumberList.insertItemBefore(SVGNumber, int). |
SVGNumber |
removeItem(int index)
DOM: Implements AbstractSVGNumberList.removeItem(int). |
SVGNumber |
replaceItem(SVGNumber newItem,
int index)
DOM: Implements AbstractSVGNumberList.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 SVGException createSVGException(short type,
String key,
Object[] args)
createSVGException in class AbstractSVGNumberListprotected Element getElement()
getElement in class AbstractSVGNumberListpublic int getNumberOfItems()
AbstractSVGList.getNumberOfItems().
getNumberOfItems in class AbstractSVGList
public SVGNumber getItem(int index)
throws DOMException
AbstractSVGNumberList.getItem(int).
getItem in class AbstractSVGNumberListDOMExceptionprotected String getValueAsString()
getValueAsString in class AbstractSVGListprotected void setAttributeValue(String value)
setAttributeValue in class AbstractSVGListvalue - the String representation of the list, or null
if the list contains no items
public void clear()
throws DOMException
AbstractSVGList.clear().
clear in class AbstractSVGListDOMException - NO_MODIFICATION_ALLOWED_ERR:
Raised when the list cannot be modified.
public SVGNumber initialize(SVGNumber newItem)
throws DOMException,
SVGException
AbstractSVGNumberList.initialize(SVGNumber).
initialize in class AbstractSVGNumberListDOMException
SVGException
public SVGNumber insertItemBefore(SVGNumber newItem,
int index)
throws DOMException,
SVGException
AbstractSVGNumberList.insertItemBefore(SVGNumber, int).
insertItemBefore in class AbstractSVGNumberListDOMException
SVGException
public SVGNumber replaceItem(SVGNumber newItem,
int index)
throws DOMException,
SVGException
AbstractSVGNumberList.replaceItem(SVGNumber, int).
replaceItem in class AbstractSVGNumberListDOMException
SVGException
public SVGNumber removeItem(int index)
throws DOMException
AbstractSVGNumberList.removeItem(int).
removeItem in class AbstractSVGNumberListDOMException
public SVGNumber appendItem(SVGNumber newItem)
throws DOMException
AbstractSVGNumberList.appendItem(SVGNumber).
appendItem 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 | |||||||||