No comment. Sorry.
endPoint
Return the point where the movement ended.
startPoint
Return the point where the movement started.
trail
Return any immediate points that have been assembled along the move
=
Answer whether the receiver and the argument represent the same object. If = is redefined in any subclass, consider also redefining the message hash.
hash
Answer a SmallInteger whose value is related to the receiver's identity. May be overridden, and should be overridden in any classes that define =
sentTo:
Dispatch the receiver into anObject
decodeFromStringArray:
decode the receiver from an array of strings
encodedAsStringArray
encode the receiver into an array of strings, such that it can be retrieved via the fromStringArray: class method
printOn:
Append to the argument, aStream, a sequence of characters that identifies the receiver.
storeOn:
Append to the argument aStream a sequence of characters that is an expression whose evaluation creates an object similar to the receiver.
setType:startPoint:endPoint:trail:buttons:hand:stamp:
type:readFrom:
Read a MorphicEvent from the given stream.
isMove
transformBy:
Transform the receiver into a local coordinate system.
translateBy:
add delta to cursorPoint, and return the new event