|
||||||||||
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.AbstractSVGPathSegList
org.apache.batik.anim.dom.SVGOMAnimatedPathData.AnimSVGPathSegList
public class SVGOMAnimatedPathData.AnimSVGPathSegList
SVGPathSegList
implementation for the animated path data value.
Nested Class Summary |
---|
Field Summary |
---|
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList |
---|
SVG_PATHSEG_LIST_SEPARATOR |
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGList |
---|
itemList, valid |
Constructor Summary | |
---|---|
SVGOMAnimatedPathData.AnimSVGPathSegList()
Creates a new AnimSVGPathSegList. |
Method Summary | |
---|---|
org.w3c.dom.svg.SVGPathSeg |
appendItem(org.w3c.dom.svg.SVGPathSeg newItem)
DOM: Implements SVGPathSegList.appendItem(SVGPathSeg) . |
void |
clear()
DOM: Implements SVGPathSegList.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. |
org.w3c.dom.svg.SVGPathSeg |
getItem(int index)
DOM: Implements SVGPathSegList.getItem(int) . |
int |
getNumberOfItems()
DOM: Implements SVGPathSegList.getNumberOfItems() . |
protected String |
getValueAsString()
Returns the value of the DOM attribute containing the point list. |
org.w3c.dom.svg.SVGPathSeg |
initialize(org.w3c.dom.svg.SVGPathSeg newItem)
DOM: Implements SVGPathSegList.initialize(SVGPathSeg) . |
org.w3c.dom.svg.SVGPathSeg |
insertItemBefore(org.w3c.dom.svg.SVGPathSeg newItem,
int index)
DOM: Implements SVGPathSegList.insertItemBefore(SVGPathSeg, int) . |
protected SVGPathSegItem |
newItem(short command,
float[] parameters,
int[] j)
Creates a new SVGPathSegItem from the given path command and array of parameter values. |
org.w3c.dom.svg.SVGPathSeg |
removeItem(int index)
DOM: Implements SVGPathSegList.removeItem(int) . |
org.w3c.dom.svg.SVGPathSeg |
replaceItem(org.w3c.dom.svg.SVGPathSeg newItem,
int index)
DOM: Implements SVGPathSegList.replaceItem(SVGPathSeg, 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[] commands,
float[] parameters)
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.AbstractSVGPathSegList |
---|
checkItemType, createPathSegItem, 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 SVGOMAnimatedPathData.AnimSVGPathSegList()
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 AbstractSVGPathSegList
public int getNumberOfItems()
SVGPathSegList.getNumberOfItems()
.
getNumberOfItems
in interface org.w3c.dom.svg.SVGPathSegList
getNumberOfItems
in class AbstractSVGList
public org.w3c.dom.svg.SVGPathSeg getItem(int index) throws DOMException
SVGPathSegList.getItem(int)
.
getItem
in interface org.w3c.dom.svg.SVGPathSegList
getItem
in class AbstractSVGPathSegList
DOMException
protected String getValueAsString()
getValueAsString
in class AbstractSVGList
protected void setAttributeValue(String value)
setAttributeValue
in class AbstractSVGList
value
- the String representation of the list, or null
if the list contains no itemspublic void clear() throws DOMException
SVGPathSegList.clear()
.
clear
in interface org.w3c.dom.svg.SVGPathSegList
clear
in class AbstractSVGList
DOMException
- NO_MODIFICATION_ALLOWED_ERR:
Raised when the list cannot be modified.public org.w3c.dom.svg.SVGPathSeg initialize(org.w3c.dom.svg.SVGPathSeg newItem) throws DOMException, org.w3c.dom.svg.SVGException
SVGPathSegList.initialize(SVGPathSeg)
.
initialize
in interface org.w3c.dom.svg.SVGPathSegList
initialize
in class AbstractSVGPathSegList
DOMException
org.w3c.dom.svg.SVGException
public org.w3c.dom.svg.SVGPathSeg insertItemBefore(org.w3c.dom.svg.SVGPathSeg newItem, int index) throws DOMException, org.w3c.dom.svg.SVGException
SVGPathSegList.insertItemBefore(SVGPathSeg, int)
.
insertItemBefore
in interface org.w3c.dom.svg.SVGPathSegList
insertItemBefore
in class AbstractSVGPathSegList
DOMException
org.w3c.dom.svg.SVGException
public org.w3c.dom.svg.SVGPathSeg replaceItem(org.w3c.dom.svg.SVGPathSeg newItem, int index) throws DOMException, org.w3c.dom.svg.SVGException
SVGPathSegList.replaceItem(SVGPathSeg, int)
.
replaceItem
in interface org.w3c.dom.svg.SVGPathSegList
replaceItem
in class AbstractSVGPathSegList
DOMException
org.w3c.dom.svg.SVGException
public org.w3c.dom.svg.SVGPathSeg removeItem(int index) throws DOMException
SVGPathSegList.removeItem(int)
.
removeItem
in interface org.w3c.dom.svg.SVGPathSegList
removeItem
in class AbstractSVGPathSegList
DOMException
public org.w3c.dom.svg.SVGPathSeg appendItem(org.w3c.dom.svg.SVGPathSeg newItem) throws DOMException
SVGPathSegList.appendItem(SVGPathSeg)
.
appendItem
in interface org.w3c.dom.svg.SVGPathSegList
appendItem
in class AbstractSVGPathSegList
DOMException
protected SVGPathSegItem newItem(short command, float[] parameters, int[] j)
protected void setAnimatedValue(short[] commands, float[] parameters)
protected void resetAttribute()
resetAttribute
in class AbstractSVGList
protected void resetAttribute(SVGItem item)
resetAttribute
in class AbstractSVGList
protected void revalidate()
revalidate
in class AbstractSVGList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |