Squeak Class Documentation category index | class index  
 
FrameRateMorph
  category: Morphic-Demo
  superclass: StringMorph
  subclasses:

No comment. Sorry.

instance methods
  initialization
  initialize
initializeToStandAlone

  step
  step
stepTime

class methods
  instance creation
  authoringPrototype

  parts bin
  descriptionForPartsBin

instance methods
  initialization top  
 

initialize


 

initializeToStandAlone

Initialize the receiver as a stand-alone entity


  step top  
 

step

Compute and display (every half second or so) the current framerate


 

stepTime

Answer the desired time between steps in milliseconds.


class methods
  instance creation top  
 

authoringPrototype

Answer a morph representing a prototypical instance of the receiver


  parts bin top  
 

descriptionForPartsBin

If the receiver is a member of a class that would like to be represented in a parts bin, answer the name by which it should be known, and a documentation string to be provided, for example, as balloon help. When the 'nativitySelector' is sent to the 'globalReceiver', it is expected that some kind of Morph will result. The parameters used in the implementation below are for documentation purposes only!