|
||||||||||
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.dom.svg.SVGOMAnimatedPathData.BaseSVGPathSegList
public class SVGOMAnimatedPathData.BaseSVGPathSegList
SVGPathSegList
implementation for the base path data value.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.batik.dom.svg.AbstractSVGList |
---|
AbstractSVGList.ListBuilder |
Field Summary | |
---|---|
protected boolean |
malformed
Whether the attribute is malformed. |
protected boolean |
missing
Whether the attribute is missing. |
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.BaseSVGPathSegList()
|
Method Summary | |
---|---|
protected org.w3c.dom.DOMException |
createDOMException(short type,
java.lang.String key,
java.lang.Object[] args)
Create a DOMException. |
protected org.w3c.dom.svg.SVGException |
createSVGException(short type,
java.lang.String key,
java.lang.Object[] args)
Create a SVGException. |
protected java.lang.String |
getValueAsString()
Returns the value of the DOM attribute containing the path data. |
protected void |
resetAttribute()
Resets the value of the associated attribute. |
protected void |
resetAttribute(SVGItem item)
Appends the string representation of the given SVGItem to
the DOM attribute. |
protected void |
revalidate()
Initializes the list, if needed. |
protected void |
setAttributeValue(java.lang.String value)
Sets the DOM attribute value containing the path data. |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList |
---|
appendItem, checkItemType, createPathSegItem, createSVGItem, doParse, getItem, getItemSeparator, initialize, insertItemBefore, removeItem, replaceItem |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGList |
---|
appendItemImpl, clear, clear, getItemImpl, getNumberOfItems, 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 |
Methods inherited from interface org.w3c.dom.svg.SVGPathSegList |
---|
clear, getNumberOfItems |
Field Detail |
---|
protected boolean missing
protected boolean malformed
Constructor Detail |
---|
public SVGOMAnimatedPathData.BaseSVGPathSegList()
Method Detail |
---|
protected org.w3c.dom.DOMException createDOMException(short type, java.lang.String key, java.lang.Object[] args)
createDOMException
in class AbstractSVGList
protected org.w3c.dom.svg.SVGException createSVGException(short type, java.lang.String key, java.lang.Object[] args)
createSVGException
in class AbstractSVGPathSegList
protected java.lang.String getValueAsString()
getValueAsString
in class AbstractSVGList
protected void setAttributeValue(java.lang.String value)
setAttributeValue
in class AbstractSVGList
value
- the String representation of the list, or null
if the list contains no itemsprotected void resetAttribute()
resetAttribute
in class AbstractSVGList
protected void resetAttribute(SVGItem item)
SVGItem
to
the DOM attribute. This is called in response to an append to
the list.
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 |