|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.rubecula.util.PresentableString
This class represents a Presentable string which can be used for several purposes such as expressions, formulas, etc.
| Constructor Summary | |
PresentableString(java.lang.String value)
|
|
| Method Summary | |
Presentable |
makePresentableInstance(Presentation presentation)
Instance method to convert a Presentation into a Presentable. |
Presentation |
present(AttrMap attributes)
Convert this Presentable object into a Presentation, according to the set of attributes provided. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PresentableString(java.lang.String value)
| Method Detail |
public Presentation present(AttrMap attributes)
throws PresentationException
Presentable
present in interface Presentableattributes - a map of the attributes desired for the construction
of the new presentation (may be empty).
PresentationException - in case of parsing error.
public Presentable makePresentableInstance(Presentation presentation)
throws PresentationException
Presentable
makePresentableInstance in interface Presentablepresentation - of a number to be converted into a Presentable number.
PresentationException - in case of parsing error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||