This method is invoked to determine the gesture dictionary of the Morph.
Usually, gesture dictionaries are identified by (exported) names and so this method just
converts names to dictionaries if necessary
Use a special dispatcher instead of the default one.
This is necessary to make sure that all the red button downs are handled by
this morph and not by its submorphs.
Exception: The button-submorphs have to handle the events itself.
Calcualtes the avarage of all the entered features. The avarage is definied like this:
Take the point sequence of the feature that has the least stroke-distance to all the
other features. Then set all the secondary features (angle sum, aspect ratio, etc) to the
avarage of all the features
Receive a change notice from an object of whom the receiver is a
dependent. The default behavior is to do nothing; a subclass might want
to change itself in some way.