org.apache.batik.dom.svg

Class SVGOMAnimatedRect.BaseSVGRect

protected class SVGOMAnimatedRect.BaseSVGRect extends SVGOMRect

This class represents the SVGRect returned by getBaseVal().
Field Summary
protected booleanvalid
Whether this rect is valid.
Method Summary
voidinvalidate()
Invalidates this length.
protected voidreset()
Resets the value of the associated attribute.
protected voidrevalidate()
Initializes the length, if needed.

Field Detail

valid

protected boolean valid
Whether this rect is valid.

Method Detail

invalidate

public void invalidate()
Invalidates this length.

reset

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

revalidate

protected void revalidate()
Initializes the length, if needed.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.