|
|||||||||||
| 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.AbstractSVGTransformList
org.apache.batik.dom.svg.SVGOMAnimatedTransformList.AnimSVGTransformList
SVGTransformList implementation for the animated transform list
value.
| Nested Class Summary |
| Nested classes inherited from class org.apache.batik.dom.svg.AbstractSVGTransformList |
AbstractSVGTransformList.SVGTransformItem, AbstractSVGTransformList.TransformListBuilder |
| Nested classes inherited from class org.apache.batik.dom.svg.AbstractSVGList |
AbstractSVGList.ListBuilder |
| Field Summary |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGTransformList |
SVG_TRANSFORMATION_LIST_SEPARATOR |
| Fields inherited from class org.apache.batik.dom.svg.AbstractSVGList |
itemList, valid |
| Constructor Summary | |
SVGOMAnimatedTransformList.AnimSVGTransformList()
Creates a new AnimSVGTransformList. |
|
| Method Summary | |
SVGTransform |
appendItem(SVGTransform newItem)
DOM: Implements SVGTransformList.appendItem(SVGTransform). |
void |
clear()
DOM: Implements SVGTransformList.clear(). |
SVGTransform |
consolidate()
DOM: Implements SVGTransformList.consolidate(). |
protected DOMException |
createDOMException(short type,
String key,
Object[] args)
Create a DOMException. |
protected SVGException |
createSVGException(short type,
String key,
Object[] args)
Create a SVGException. |
SVGTransform |
getItem(int index)
DOM: Implements SVGTransformList.getItem(int). |
int |
getNumberOfItems()
DOM: Implements SVGTransformList.getNumberOfItems(). |
protected String |
getValueAsString()
Returns the value of the DOM attribute containing the transform list. |
SVGTransform |
initialize(SVGTransform newItem)
DOM: Implements SVGTransformList.initialize(SVGTransform). |
SVGTransform |
insertItemBefore(SVGTransform newItem,
int index)
DOM: Implements SVGTransformList.insertItemBefore(SVGTransform, int). |
SVGTransform |
removeItem(int index)
DOM: Implements SVGTransformList.removeItem(int). |
SVGTransform |
replaceItem(SVGTransform newItem,
int index)
DOM: Implements SVGTransformList.replaceItem(SVGTransform, 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(Iterator it)
Sets the animated value to a list of transforms. |
protected void |
setAnimatedValue(SVGTransform transform)
Sets the animated value to a single transform. |
protected void |
setAttributeValue(String value)
Sets the DOM attribute value containing the transform list. |
| Methods inherited from class org.apache.batik.dom.svg.AbstractSVGTransformList |
checkItemType, createSVGItem, createSVGTransformFromMatrix, doParse, getAffineTransform, 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 SVGOMAnimatedTransformList.AnimSVGTransformList()
| 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 AbstractSVGTransformListpublic int getNumberOfItems()
SVGTransformList.getNumberOfItems().
getNumberOfItems in interface SVGTransformListgetNumberOfItems in class AbstractSVGList
public SVGTransform getItem(int index)
throws DOMException
SVGTransformList.getItem(int).
getItem in interface SVGTransformListgetItem in class AbstractSVGTransformListDOMExceptionprotected 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
SVGTransformList.clear().
clear in interface SVGTransformListclear in class AbstractSVGListDOMException - NO_MODIFICATION_ALLOWED_ERR:
Raised when the list cannot be modified.
public SVGTransform initialize(SVGTransform newItem)
throws DOMException,
SVGException
SVGTransformList.initialize(SVGTransform).
initialize in interface SVGTransformListinitialize in class AbstractSVGTransformListDOMException
SVGException
public SVGTransform insertItemBefore(SVGTransform newItem,
int index)
throws DOMException,
SVGException
SVGTransformList.insertItemBefore(SVGTransform, int).
insertItemBefore in interface SVGTransformListinsertItemBefore in class AbstractSVGTransformListDOMException
SVGException
public SVGTransform replaceItem(SVGTransform newItem,
int index)
throws DOMException,
SVGException
SVGTransformList.replaceItem(SVGTransform, int).
replaceItem in interface SVGTransformListreplaceItem in class AbstractSVGTransformListDOMException
SVGException
public SVGTransform removeItem(int index)
throws DOMException
SVGTransformList.removeItem(int).
removeItem in interface SVGTransformListremoveItem in class AbstractSVGTransformListDOMException
public SVGTransform appendItem(SVGTransform newItem)
throws DOMException
SVGTransformList.appendItem(SVGTransform).
appendItem in interface SVGTransformListappendItem in class AbstractSVGTransformListDOMExceptionpublic SVGTransform consolidate()
SVGTransformList.consolidate().
consolidate in interface SVGTransformListconsolidate in class AbstractSVGTransformListprotected void setAnimatedValue(Iterator it)
protected void setAnimatedValue(SVGTransform transform)
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 | ||||||||||