|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nutiteq.components.Distance
public class Distance
Generic distance object. Holds the distance value and unit of measure.
| Constructor Summary | |
|---|---|
Distance(float value,
java.lang.String unitOfMeasure)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getUnitOfMeasure()
|
float |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Distance(float value,
java.lang.String unitOfMeasure)
| Method Detail |
|---|
public float getValue()
public java.lang.String getUnitOfMeasure()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||