Squeak Class Documentation category index | class index  
 
InterpolatingImageMorph
  category: Morphic-Demo
  superclass: ImageMorph
  subclasses:

InterpolatingImageMorphs use bi-linear interpolation as provided by the Balloon 3D engine.

instance methods
  accessing
  image:

  drawing
  cachedImageForDepth:
drawImage:on:
drawOn:

  geometry
  extent:

class methods
  no messages
 

instance methods
  accessing top  
 

image:


  drawing top  
 

cachedImageForDepth:


 

drawImage:on:

Draw the given form onto the canvas using the Balloon 3D engine


 

drawOn:


  geometry top  
 

extent:

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


class methods
  no messages top