|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Number
net.lucidviews.util.VariableNumber
net.lucidviews.util.VariableDouble
A number object holding a variable double-precision floating-point value.
VariableNumber,
Serialized Form| Field Summary | |
private double |
value
The underlying value. |
| Fields inherited from class net.lucidviews.util.VariableNumber |
|
| Fields inherited from class java.lang.Number |
|
| Constructor Summary | |
VariableDouble(double value)
Create a variable number to hold a double value. |
|
VariableDouble(Number value)
Create a variable number to hold a double value. |
|
| Method Summary | |
double |
doubleValue()
|
boolean |
equals(Object obj)
|
float |
floatValue()
|
int |
hashCode()
|
int |
intValue()
|
long |
longValue()
|
protected void |
setValueInternal(double value)
An internal set command. |
protected void |
setValueInternal(float value)
An internal set command. |
protected void |
setValueInternal(int value)
An internal set command. |
protected void |
setValueInternal(long value)
An internal set command. |
String |
toString()
|
| Methods inherited from class net.lucidviews.util.VariableNumber |
isSecure, secure, setValue, setValue, setValue, setValue, setValue, setValue, setValueInternal, setValueInternal, verifyNotSecure |
| Methods inherited from class java.lang.Number |
byteValue, shortValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
private double value
| Constructor Detail |
public VariableDouble(double value)
value - the initial valuepublic VariableDouble(Number value)
value - the initial value
NullPointerException - if the initial value is null| Method Detail |
protected void setValueInternal(int value)
VariableNumber
setValueInternal in class VariableNumbervalue - the new value for this numberprotected void setValueInternal(long value)
VariableNumber
setValueInternal in class VariableNumbervalue - the new value for this numberprotected void setValueInternal(float value)
VariableNumber
setValueInternal in class VariableNumbervalue - the new value for this numberprotected void setValueInternal(double value)
VariableNumber
setValueInternal in class VariableNumbervalue - the new value for this numberpublic int intValue()
public long longValue()
public float floatValue()
public double doubleValue()
public String toString()
public int hashCode()
public boolean equals(Object obj)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||