org.apache.batik.dom.svg
Class AbstractSVGNormPathSegList
java.lang.Object
org.apache.batik.dom.svg.AbstractSVGList
org.apache.batik.dom.svg.AbstractSVGPathSegList
org.apache.batik.dom.svg.AbstractSVGNormPathSegList
- All Implemented Interfaces:
- SVGPathSegConstants, org.w3c.dom.svg.SVGPathSegList
- Direct Known Subclasses:
- SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList
public abstract class AbstractSVGNormPathSegList
- extends AbstractSVGPathSegList
This class is the implementation of the normalized
SVGPathSegList
.
Fields inherited from interface org.apache.batik.dom.svg.SVGPathSegConstants |
PATHSEG_ARC_ABS_LETTER, PATHSEG_ARC_REL_LETTER, PATHSEG_CLOSEPATH_LETTER, PATHSEG_CURVETO_CUBIC_ABS_LETTER, PATHSEG_CURVETO_CUBIC_REL_LETTER, PATHSEG_CURVETO_CUBIC_SMOOTH_ABS_LETTER, PATHSEG_CURVETO_CUBIC_SMOOTH_REL_LETTER, PATHSEG_CURVETO_QUADRATIC_ABS_LETTER, PATHSEG_CURVETO_QUADRATIC_REL_LETTER, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS_LETTER, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL_LETTER, PATHSEG_LETTERS, PATHSEG_LINETO_ABS_LETTER, PATHSEG_LINETO_HORIZONTAL_ABS_LETTER, PATHSEG_LINETO_HORIZONTAL_REL_LETTER, PATHSEG_LINETO_REL_LETTER, PATHSEG_LINETO_VERTICAL_ABS_LETTER, PATHSEG_LINETO_VERTICAL_REL_LETTER, PATHSEG_MOVETO_ABS_LETTER, PATHSEG_MOVETO_REL_LETTER |
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 |
AbstractSVGNormPathSegList
protected AbstractSVGNormPathSegList()
- Creates a new SVGNormPathSegList.
doParse
protected void doParse(String value,
ListHandler handler)
throws ParseException
- Parse the 'd' attribute.
- Overrides:
doParse
in class AbstractSVGPathSegList
- Parameters:
value
- 'd' attribute valuehandler
- : list handler
- Throws:
ParseException
Copyright © 2008 Apache Software Foundation. All Rights Reserved.