|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--fundamentals.EuReal
Describe class EuReal here.
| Field Summary | |
static double |
N
Describe constant N here. |
protected double |
value
Describe variable value here. |
| Constructor Summary | |
EuReal()
There is no way to alter the value of a EuReal |
|
EuReal(double t)
There is no way to alter the value of a EuReal |
|
| Method Summary | |
int |
compare(double other)
Compares the value to another one, supplied either as a double or as another EuReal |
int |
compare(fundamentals.EuReal other)
Describe compare method here. |
boolean |
identical(double other)
Compares the value to another one, supplied as a double. |
boolean |
identical(fundamentals.EuReal other)
Compares the value to another one, supplied as another EuReal. |
boolean |
isDummy()
Describe isDummy method here. |
boolean |
properSuccession(double u,
fundamentals.EuReal v)
Describe properSuccession method here. |
int |
sign()
Compares the value to zero |
static int |
signOf(double t)
Finds the sign of a passed double. |
boolean |
succession(double u,
fundamentals.EuReal v)
Describe succession method here. |
boolean |
succession(fundamentals.EuReal u,
double v)
Describe succession method here. |
static double |
toDegrees(double a)
Describe toDegrees method here. |
int |
toMouse(fundamentals.mouseInfo info)
Describe toMouse method here. |
double |
toMouseReal(fundamentals.mouseInfo info)
Describe toMouseReal method here. |
static double |
toRadians(double a)
Describe toRadians method here. |
double |
val()
Describe val method here. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final double N
N here.
protected double value
value here.
| Constructor Detail |
public EuReal(double t)
throws UserException
t - the value
UserException - if an error occurspublic EuReal()
| Method Detail |
public static int signOf(double t)
t - a double value
public static double toRadians(double a)
toRadians method here.
a - a double value
double valuepublic static double toDegrees(double a)
toDegrees method here.
a - a double value
double valuepublic int compare(double other)
other - the other value
public int compare(fundamentals.EuReal other)
compare method here.
other - the other value
int valuepublic boolean identical(double other)
other - the other value
public boolean identical(fundamentals.EuReal other)
other - the other value
public double val()
val method here.
public int sign()
public int toMouse(fundamentals.mouseInfo info)
toMouse method here.
info - the @see mouseInfo cointaing scaling information
public double toMouseReal(fundamentals.mouseInfo info)
toMouseReal method here.
info - the @see mouseInfo cointaing scaling information
public boolean properSuccession(double u,
fundamentals.EuReal v)
properSuccession method here.
u - a double valuev - an EuReal value
public boolean succession(double u,
fundamentals.EuReal v)
succession method here.
u - a double valuev - an EuReal value
public boolean succession(fundamentals.EuReal u,
double v)
succession method here.
u - an EuReal valuev - a double value
public boolean isDummy()
isDummy method here.
boolean value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||