Squeak Class Documentation category index | class index  
 
CachingCanvas
  category: Morphic-Support
  superclass: PluggableCanvas
  subclasses:

A canvas which has a hidden form caching the events. contentsOfArea:into: uses the cache, instead of the main canvas. This is typically used with remote canvases, where querying the bits would involve a network transaction.

instance methods
  canvas methods
  allocateForm:
apply:
contentsOfArea:into:
form
showAt:invalidRects:

  initialization
  mainCanvas:

class methods
  instance creation
  on:

instance methods
  canvas methods top  
 

allocateForm:


 

apply:

evaluate aBlock with a canvas to do a drawing command on. See implementors for examples


 

contentsOfArea:into:

Return the contents of the given area


 

form


 

showAt:invalidRects:


  initialization top  
 

mainCanvas:


class methods
  instance creation top  
 

on: