Squeak Class Documentation category index | class index  
 
Sonogram
  category: Sound-Synthesis
  superclass: ImageMorph
  subclasses:

Sonograms are imageMorphs that will repeatedly plot arrays of values as black on white columns moving to the right in time and scrolling left as necessary.

instance methods
  all
  extent:
extent:minVal:maxVal:scrollDelta:
plotColumn:
scroll

class methods
  no messages
 

instance methods
  all top  
 

extent:

Do nothing; my extent is determined by my image Form.


 

extent:minVal:maxVal:scrollDelta:


 

plotColumn:


 

scroll


class methods
  no messages top