The Morphic Implementation


The WorldMorph class

You can ask a morph for his world by sending the message world. You can start a new WorldMorph by evaluating the following expression:

WorldMorph new open

WorldMorph is a direct subclass of PasteUpMorph. The open method opens a WorldMorphView on the object.

open
"Open a view on this WorldMorph."

MorphWorldView openOn: self.