Squeak Class Documentation category index | class index  
 
WonderlandScene
  category: Balloon3D-Wonderland Objects
  superclass: Hierarchical
  subclasses:

Every Wonderland contains an instance of the WonderlandScene. The scene is at the top of the object hierarchy: all objects are (directly or indirectly) children of the scene. The scene also defines the global coordinate system for the 3D world.

instance methods
  accessing
  asString
getName
loadActor

  drawing
  renderOn:

  event-handling
  getReactionsTo:

  get property
  getColor

  initialization
  initializeFor:

  private
  getColorObject
getColorVector
getMatrixFromRoot
getMatrixToRoot
setColorRightNow:undoable:
setColorVector:

  set property
  setColor:
setColor:duration:
setColor:duration:style:

class methods
  instance creation
  newFor:

instance methods
  accessing top  
 

asString

Return a string name for the scene


 

getName

Return the scene's name


 

loadActor


  drawing top  
 

renderOn:

Tell the Scene's children to draw themselves


  event-handling top  
 

getReactionsTo:


  get property top  
 

getColor

Return the scene's background color


  initialization top  
 

initializeFor:

Initialize the Wonderland Scene.


  private top  
 

getColorObject

Returns the scene's background color object


 

getColorVector

Return the scene's background color


 

getMatrixFromRoot

Returns the identity matrix


 

getMatrixToRoot

Returns the identity matrix


 

setColorRightNow:undoable:

Change this instance's color instantaneously


 

setColorVector:

Set the scene's background color instantaneously


  set property top  
 

setColor:

Set the scene's background color


 

setColor:duration:

Set the scene's background color


 

setColor:duration:style:

Set the actor's color


class methods
  instance creation top  
 

newFor:

Initialize the new instance for a Wonderland before returning it.