|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DaylightObject
com.daylight.Real
public class Real
Object representing a real number
| Field Summary |
|---|
| Fields inherited from class com.daylight.DaylightCppObject |
|---|
ref |
| Constructor Summary | |
|---|---|
Real()
from dt_alloc_real. |
|
Real(DaylightObject obj)
for conversion * |
|
Real(float val)
from dt_alloc_real. |
|
| Method Summary | |
|---|---|
Real |
copy()
from dt_copy. |
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
float |
getValue()
from dt_realvalue. |
void |
setValue(float value)
from dt_setrealvalue. |
| Methods inherited from class java.lang.Object |
|---|
clone, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Real()
throws DaylightException
DaylightException
public Real(float val)
throws DaylightException
DaylightException
public Real(DaylightObject obj)
throws DaylightException
DaylightException| Method Detail |
|---|
public Real copy()
throws DaylightException
DaylightException
public float getValue()
throws DaylightException
DaylightException
public void setValue(float value)
throws DaylightException
DaylightException
protected void finalize()
throws java.lang.Throwable
finalize in class DaylightObjectjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||