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
floatgetHeight()
DOM: Implements SVGRect#getHeight().
floatgetWidth()
DOM: Implements SVGRect#getWidth().
floatgetX()
DOM: Implements SVGRect#getX().
floatgetY()
DOM: Implements SVGRect#getY().
voidinvalidate()
Invalidates this length.
protected voidreset()
Resets the value of the associated attribute.
protected voidrevalidate()
Initializes the length, if needed.
voidsetHeight(float height)
DOM: Implements SVGRect#setHeight(float).
voidsetWidth(float width)
DOM: Implements SVGRect#setWidth(float).
voidsetX(float x)
DOM: Implements SVGRect#setX(float).
voidsetY(float y)
DOM: Implements SVGRect#setY(float).

Field Detail

valid

protected boolean valid
Whether this rect is valid.

Method Detail

getHeight

public float getHeight()
DOM: Implements SVGRect#getHeight().

getWidth

public float getWidth()
DOM: Implements SVGRect#getWidth().

getX

public float getX()
DOM: Implements SVGRect#getX().

getY

public float getY()
DOM: Implements SVGRect#getY().

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.

setHeight

public void setHeight(float height)
DOM: Implements SVGRect#setHeight(float).

setWidth

public void setWidth(float width)
DOM: Implements SVGRect#setWidth(float).

setX

public void setX(float x)
DOM: Implements SVGRect#setX(float).

setY

public void setY(float y)
DOM: Implements SVGRect#setY(float).
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.