Squeak Class Documentation category index | class index  
 
Interpolateable
  category: Balloon3D-Wonderland Misc
  superclass: Object
  subclasses:

The Interpolateable class is a wrapper for instances that don't have interpolation methods provided for them (like Numbers).

instance methods
  accessing
  setValue:

  interpolating
  interpolateTo:at:

class methods
  instance creation
  value:

instance methods
  accessing top  
 

setValue:

Set the base interpolateable value.


  interpolating top  
 

interpolateTo:at:

Interpolate between the instance and end after the specified amount has been done (0 - 1).


class methods
  instance creation top  
 

value:

Create and initialize a new interpolateable value.