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

A modified canvas which clips all drawing commands.

instance methods
  canvas methods
  clipRect
contentsOfArea:into:
form
isBalloonCanvas
isShadowDrawing
shadowColor

  initialization
  canvas:clipRect:

  private
  apply:

class methods
  instance creation
  canvas:clipRect:

instance methods
  canvas methods top  
 

clipRect

Return the currently active clipping rectangle


 

contentsOfArea:into:

Return the contents of the given area


 

form


 

isBalloonCanvas


 

isShadowDrawing


 

shadowColor

Return the current override color or nil if no such color exists


  initialization top  
 

canvas:clipRect:


  private top  
 

apply:

apply the given block to the inner canvas with clipRect as the clipping rectangle


class methods
  instance creation top  
 

canvas:clipRect: