org.apache.batik.dom.svg
Class SVGOMAnimatedRect.BaseSVGRect

java.lang.Object
  extended by org.apache.batik.dom.svg.SVGOMRect
      extended by 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
 
Constructor Summary
protected SVGOMAnimatedRect.BaseSVGRect()
           
 
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 org.apache.batik.dom.svg.SVGOMRect
getHeight, getWidth, getX, getY, setHeight, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

valid

protected boolean valid
Whether this rect is valid.

Constructor Detail

SVGOMAnimatedRect.BaseSVGRect

protected SVGOMAnimatedRect.BaseSVGRect()
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 © 2007 Apache Software Foundation. All Rights Reserved.