|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.omegahat.Graphics.Primitives.UDouble
|
+--org.omegahat.Graphics.Primitives.InterpretedUDouble
Version of UDouble that allows it to be used
with operator overloading in Omegahat, but that allows the same
methods to be called explicitly in Java without requiring the entire
Omegahat distribution.
| Fields inherited from interface org.omegahat.Environment.DataStructures.MathOperable |
DIVIDE, MINUS, MULTIPLY, PLUS |
| Constructor Summary | |
InterpretedUDouble(double value)
|
|
InterpretedUDouble(double value,
int unit)
|
|
| Methods inherited from class org.omegahat.Graphics.Primitives.UDouble |
addValue, addValue, addValue, createInstance, subtractValue, toString, transformDimension, transformHeight, transformLocation, transformWidth, transformX, transformY, unit, unit, value, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.omegahat.Environment.DataStructures.Addable |
addValue |
| Methods inherited from interface org.omegahat.Environment.DataStructures.Subtractable |
subtractValue |
| Constructor Detail |
public InterpretedUDouble(double value)
public InterpretedUDouble(double value,
int unit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||