|
||||||||||
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.AbstractSVGNormPathSegList
public abstract class AbstractSVGNormPathSegList
This class is the implementation of the normalized
SVGPathSegList
.
Nested Class Summary | |
---|---|
protected class |
AbstractSVGNormPathSegList.NormalizedPathSegListBuilder
|
protected class |
AbstractSVGNormPathSegList.SVGPathSegGenericItem
|
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.AbstractSVGPathSegList |
---|
SVG_PATHSEG_LIST_SEPARATOR |
Fields inherited from class org.apache.batik.dom.svg.AbstractSVGList |
---|
itemList, valid |
Constructor Summary | |
---|---|
protected |
AbstractSVGNormPathSegList()
Creates a new SVGNormPathSegList. |
Method Summary | |
---|---|
protected void |
doParse(java.lang.String value,
ListHandler handler)
Parse the 'd' attribute. |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGPathSegList |
---|
appendItem, checkItemType, createPathSegItem, createSVGException, createSVGItem, getItem, getItemSeparator, initialize, insertItemBefore, removeItem, replaceItem |
Methods inherited from class org.apache.batik.dom.svg.AbstractSVGList |
---|
appendItemImpl, clear, clear, createDOMException, getItemImpl, getNumberOfItems, getValueAsString, initializeImpl, insertItemBeforeImpl, invalidate, itemChanged, removeIfNeeded, removeItem, removeItemImpl, replaceItemImpl, resetAttribute, resetAttribute, revalidate, setAttributeValue, 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 |
Constructor Detail |
---|
protected AbstractSVGNormPathSegList()
Method Detail |
---|
protected void doParse(java.lang.String value, ListHandler handler) throws ParseException
doParse
in class AbstractSVGPathSegList
value
- 'd' attribute valuehandler
- : list handler
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |