org.apache.batik.dom.svg

Class AbstractSVGNormPathSegList

public abstract class AbstractSVGNormPathSegList extends AbstractSVGPathSegList

This class is the implementation of the normalized SVGPathSegList.
Nested Class Summary
protected classAbstractSVGNormPathSegList.NormalizedPathSegListBuilder
protected classAbstractSVGNormPathSegList.SVGPathSegGenericItem
Constructor Summary
protected AbstractSVGNormPathSegList()
Creates a new SVGNormPathSegList.
Method Summary
protected voiddoParse(String value, ListHandler handler)
Parse the 'd' attribute.

Constructor Detail

AbstractSVGNormPathSegList

protected AbstractSVGNormPathSegList()
Creates a new SVGNormPathSegList.

Method Detail

doParse

protected void doParse(String value, ListHandler handler)
Parse the 'd' attribute.

Parameters: value 'd' attribute value handler : list handler

Copyright B) 2007 Apache Software Foundation. All Rights Reserved.