|
||||||||||
| 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.AbstractSVGLengthList
org.apache.batik.dom.svg.SVGOMAnimatedLengthList.AnimSVGLengthList
protected class SVGOMAnimatedLengthList.AnimSVGLengthList
SVGOMAnimatedLengthList.BaseSVGLengthList implementation for the animated length list value.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGLengthList |
|---|
AbstractSVGLengthList.LengthListBuilder, AbstractSVGLengthList.SVGLengthItem |
| 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.AbstractSVGLengthList |
|---|
direction, SVG_LENGTH_LIST_SEPARATOR |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGList |
|---|
itemList, valid |
| Constructor Summary | |
|---|---|
SVGOMAnimatedLengthList.AnimSVGLengthList()
Creates a new AnimSVGLengthList. |
|
| Method Summary | |
|---|---|
SVGLength |
appendItem(SVGLength newItem)
DOM: Implements AbstractSVGLengthList.appendItem(SVGLength). |
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 SVGLengthList. |
SVGLength |
getItem(int index)
DOM: Implements AbstractSVGLengthList.getItem(int). |
int |
getNumberOfItems()
DOM: Implements AbstractSVGList.getNumberOfItems(). |
protected String |
getValueAsString()
Returns the value of the DOM attribute containing the point list. |
SVGLength |
initialize(SVGLength newItem)
DOM: Implements AbstractSVGLengthList.initialize(SVGLength). |
SVGLength |
insertItemBefore(SVGLength newItem,
int index)
DOM: Implements AbstractSVGLengthList.insertItemBefore(SVGLength, int). |
SVGLength |
removeItem(int index)
DOM: Implements AbstractSVGLengthList.removeItem(int). |
SVGLength |
replaceItem(SVGLength newItem,
int index)
DOM: Implements AbstractSVGLengthList.replaceItem(SVGLength, 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(short[] types,
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.AbstractSVGLengthList |
|---|
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 SVGOMAnimatedLengthList.AnimSVGLengthList()
| 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 AbstractSVGLengthListprotected Element getElement()
getElement in class AbstractSVGLengthListpublic int getNumberOfItems()
AbstractSVGList.getNumberOfItems().
getNumberOfItems in class AbstractSVGList
public SVGLength getItem(int index)
throws DOMException
AbstractSVGLengthList.getItem(int).
getItem in class AbstractSVGLengthListDOMExceptionprotected 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 SVGLength initialize(SVGLength newItem)
throws DOMException,
SVGException
AbstractSVGLengthList.initialize(SVGLength).
initialize in class AbstractSVGLengthListDOMException
SVGException
public SVGLength insertItemBefore(SVGLength newItem,
int index)
throws DOMException,
SVGException
AbstractSVGLengthList.insertItemBefore(SVGLength, int).
insertItemBefore in class AbstractSVGLengthListDOMException
SVGException
public SVGLength replaceItem(SVGLength newItem,
int index)
throws DOMException,
SVGException
AbstractSVGLengthList.replaceItem(SVGLength, int).
replaceItem in class AbstractSVGLengthListDOMException
SVGException
public SVGLength removeItem(int index)
throws DOMException
AbstractSVGLengthList.removeItem(int).
removeItem in class AbstractSVGLengthListDOMException
public SVGLength appendItem(SVGLength newItem)
throws DOMException
AbstractSVGLengthList.appendItem(SVGLength).
appendItem in class AbstractSVGLengthListDOMException
protected void setAnimatedValue(short[] types,
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 | |||||||||