* modifying gestures/commands, as well as ititialize the grab points. Also
* allocates the grab point array needed by the EditableOMPoly.
*/
public void init() {
Debug.message("eomg", "EditableOMPoly.init()");
setStateMachine(new PolyStateMachine(this));
gPoints = new GrabPoint[1];
}