|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rubecula.jquantity.PresentationFactory
Factory class for Presentations.
Constructor Summary | |
PresentationFactory()
|
Method Summary | |
Presentation |
createPresentation(java.lang.String string)
Method to create a new Presentation from this Factory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PresentationFactory()
Method Detail |
public Presentation createPresentation(java.lang.String string) throws PresentationException
createPresentation
in interface PresentationFactoryInterface
string
- the string from which the presentation will be formed.
PresentationException
- problem parsing the string given.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |