|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.svg.SVGCSSNumber | +--org.apache.batik.css.svg.SVGCSSReadOnlyNumber
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 |
public SVGCSSReadOnlyNumber(float f)
Method Detail |
public void setValue(float f) throws DOMException
setValue
in class SVGCSSNumber
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |