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

A canvas which forwards drawing commands to sub-canvases.

instance methods
  accessing
  addCanvas:
clipRect
removeCanvas:

  converting
 

  initialization
  allocateForm:
depth
depth:
extent
extent:
initialize

  private
  apply:
contentsOfArea:into:

class methods
  instance creation
  new

instance methods
  accessing top  
 

addCanvas:


 

clipRect

Return the currently active clipping rectangle


 

removeCanvas:


  converting top  

  initialization top  
 

allocateForm:

Allocate a new form which is similar to the receiver and can be used for accelerated blts


 

depth


 

depth:

set the extent to be used with this canvas


 

extent

Return the physical extent of the output device


 

extent:

set the extent to be used with this canvas


 

initialize


  private top  
 

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


class methods
  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.