Ok how do I use that in the easel?

"
| view |
view := ROMondrianViewBuilder new.
self centeredTextOn: view.
view open


centeredTextOn: view

view shape rectangle; withCenteredText;  width: 180; height: 20.
view node: 'centered text'.

view shape rectangle; withText;  width: 180; height: 20.
view node: 'left text'.

- how do I say that I want the text from the node?
- how can I get the Konkrator used?
- …...

Moose gives me the impression that it is powerful but never used for real because the last details is not fully ironed. 


Stef