Squeak Class Documentation category index | class index  
 
BalloonLineSimulation
  category: Balloon-Simulation
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  accessing
  end
end:
initialX
initialY
initialZ
start
start:

  computing
  computeInitialStateFrom:with:
stepToFirstScanLineAt:in:
stepToNextScanLineAt:in:
subdivide

  printing
  printOn:
printOnStream:

class methods
  no messages
 

instance methods
  accessing top  
 

end


 

end:


 

initialX


 

initialY


 

initialZ


 

start


 

start:


  computing top  
 

computeInitialStateFrom:with:

Compute the initial state in the receiver.


 

stepToFirstScanLineAt:in:

Compute the initial x value for the scan line at yValue


 

stepToNextScanLineAt:in:

Compute the next x value for the scan line at yValue.
This message is sent during incremental updates.
The yValue parameter is passed in here for edges
that have more complicated computations,


 

subdivide


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


 

printOnStream:


class methods
  no messages top