org.apache.batik.css.svg
Class SVGCSSReadOnlyNumber

java.lang.Object
  |
  +--org.apache.batik.css.svg.SVGCSSNumber
        |
        +--org.apache.batik.css.svg.SVGCSSReadOnlyNumber
All Implemented Interfaces:
SVGNumber

public class SVGCSSReadOnlyNumber
extends SVGCSSNumber

This class provides a read-only implementation of SVGNumber.


Fields inherited from class org.apache.batik.css.svg.SVGCSSNumber
value
 
Constructor Summary
SVGCSSReadOnlyNumber(float f)
          Creates a new SVGCSSReadOnlyNumber.
 
Method Summary
 void setValue(float f)
          Sets the value of this number.
 
Methods inherited from class org.apache.batik.css.svg.SVGCSSNumber
equals, getValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SVGCSSReadOnlyNumber

public SVGCSSReadOnlyNumber(float f)
Creates a new SVGCSSReadOnlyNumber.
Method Detail

setValue

public void setValue(float f)
              throws DOMException
Sets the value of this number.
Overrides:
setValue in class SVGCSSNumber


Copyright © 2001 Apache Software Foundation. All Rights Reserved.