|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.database.geometry.GenMath.MutableDouble
public static class GenMath.MutableDouble
Class to define an Double-like object that can be modified.
| Constructor Summary | |
|---|---|
GenMath.MutableDouble(double value)
Constructor creates a MutableDouble object with an initial value. |
|
| Method Summary | |
|---|---|
double |
doubleValue()
Method to return the value of this MutableDouble. |
void |
setValue(double value)
Method to change the value of this MutableDouble. |
java.lang.String |
toString()
Returns a printable version of this MutableDouble. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GenMath.MutableDouble(double value)
value - the initial value.| Method Detail |
|---|
public void setValue(double value)
value - the new value.public double doubleValue()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||