org.apache.batik.dom.svg

Class SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue

public class SVGOMAnimatedPreserveAspectRatio.BaseSVGPARValue extends AbstractSVGPreserveAspectRatio

This class represents the SVGPreserveAspectRatio returned by BaseSVGPARValue.
Field Summary
protected booleanmalformed
Whether the attribute is malformed.
Constructor Summary
BaseSVGPARValue()
Creates a new BaseSVGPARValue.
Method Summary
protected DOMExceptioncreateDOMException(short type, String key, Object[] args)
Create a DOMException.
protected voidinvalidate()
Re-reads the DOM attribute value.
protected voidsetAttributeValue(String value)
Sets the associated DOM attribute.

Field Detail

malformed

protected boolean malformed
Whether the attribute is malformed.

Constructor Detail

BaseSVGPARValue

public BaseSVGPARValue()
Creates a new BaseSVGPARValue.

Method Detail

createDOMException

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

invalidate

protected void invalidate()
Re-reads the DOM attribute value.

setAttributeValue

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