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

A canvas which ignores all drawing commands.

instance methods
  canvas methods
  clipRect
copyClipRect:
extent
form
isBalloonCanvas
isShadowDrawing
origin

  private
  apply:
clipBy:during:
transformBy:clippingTo:during:smoothing:
translateBy:during:

class methods
  no messages
 

instance methods
  canvas methods top  
 

clipRect

Return the currently active clipping rectangle


 

copyClipRect:

who cares what the clipping rectangle is?


 

extent

Return the physical extent of the output device


 

form


 

isBalloonCanvas


 

isShadowDrawing


 

origin

Return the current origin for drawing operations


  private top  
 

apply:

do nothing


 

clipBy:during:

do this in order that timing runs work better


 

transformBy:clippingTo:during:smoothing:

do this in order that timing runs work better


 

translateBy:during:

do this in order that timing runs work better


class methods
  no messages top