org.apache.batik.dom.svg

Class SVGOMAnimatedTransformList.BaseSVGTransformList

public class SVGOMAnimatedTransformList.BaseSVGTransformList extends AbstractSVGTransformList

SVGTransformList implementation for the base transform list 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 transform list.
protected voidresetAttribute()
Resets the value of the associated attribute.
protected voidresetAttribute(SVGItem item)
Appends the string representation of the given SVGItem to the DOM attribute.
protected voidrevalidate()
Initializes the list, if needed.
protected voidsetAttributeValue(String value)
Sets the DOM attribute value containing the transform list.

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 transform list.

resetAttribute

protected void resetAttribute()
Resets the value of the associated attribute.

resetAttribute

protected void resetAttribute(SVGItem item)
Appends the string representation of the given SVGItem to the DOM attribute. This is called in response to an append to the list.

revalidate

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

setAttributeValue

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