|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Factory interface to create new presentables from doubles or longs.
Method Summary | |
Presentable |
createPresentable(double value,
double bound)
Method to create a new Presentable equivalent to the value provided. |
Presentable |
createPresentable(long value)
Method to create a new Presentable equivalent to the value provided. |
Method Detail |
public Presentable createPresentable(long value) throws PresentableException
value
- a long which represents the value to be created.
PresentableException
- problem parsing the string given.public Presentable createPresentable(double value, double bound) throws PresentableException
value
- a double which represents the value to be created.bound
- the relative error bound of the value.
PresentableException
- problem parsing the string given.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |