org.apache.batik.dom.svg
Class SVGOMAnimatedRect.BaseSVGRect
java.lang.Object
org.apache.batik.dom.svg.SVGOMRect
org.apache.batik.dom.svg.SVGOMAnimatedRect.BaseSVGRect
- All Implemented Interfaces:
- org.w3c.dom.svg.SVGRect
- Enclosing class:
- SVGOMAnimatedRect
protected class SVGOMAnimatedRect.BaseSVGRect
- extends SVGOMRect
This class represents the SVGRect returned by getBaseVal().
Field Summary |
protected boolean |
valid
Whether this rect is valid. |
Fields inherited from class org.apache.batik.dom.svg.SVGOMRect |
h, w, x, y |
Method Summary |
void |
invalidate()
Invalidates this length. |
protected void |
reset()
Resets the value of the associated attribute. |
protected void |
revalidate()
Initializes the length, if needed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valid
protected boolean valid
- Whether this rect is valid.
SVGOMAnimatedRect.BaseSVGRect
protected SVGOMAnimatedRect.BaseSVGRect()
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 © 2007 Apache Software Foundation. All Rights Reserved.