org.apache.batik.dom.svg

Class SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList

public class SVGOMAnimatedPathData.NormalizedBaseSVGPathSegList extends AbstractSVGNormPathSegList

SVGPathSegList implementation for the normalized version of the base path data value.
Field Summary
protected booleanmalformed
Whether the attribute is malformed.
protected booleanmissing
Whether the attribute is missing.
Method Summary
protected DOMExceptioncreateDOMException(short type, String key, Object[] args)
Create a DOMException.
protected SVGExceptioncreateSVGException(short type, String key, Object[] args)
Create a SVGException.
protected StringgetValueAsString()
Returns the value of the DOM attribute containing the path data.
protected voidrevalidate()
Initializes the list, if needed.
protected voidsetAttributeValue(String value)
Sets the DOM attribute value containing the path data.

Field Detail

malformed

protected boolean malformed
Whether the attribute is malformed.

missing

protected boolean missing
Whether the attribute is missing.

Method Detail

createDOMException

protected DOMException createDOMException(short type, String key, Object[] args)
Create a DOMException.

createSVGException

protected SVGException createSVGException(short type, String key, Object[] args)
Create a SVGException.

getValueAsString

protected String getValueAsString()
Returns the value of the DOM attribute containing the path data.

revalidate

protected void revalidate()
Initializes the list, if needed.

setAttributeValue

protected void setAttributeValue(String value)
Sets the DOM attribute value containing the path data.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.