Squeak Class Documentation category index | class index  
 
PoohTestMorph
  category: Balloon3D-Pooh
  superclass: BorderedMorph
  subclasses:

PoohTestMorph new openInWorld.

instance methods
  drawing
  drawOn:
drawSubdivisionEdgesOn:
drawSubdivisionSpineOn:
drawSubdivisionTrianglesOn:

  event handling
  handlesMouseDown:
mouseDown:
mouseMove:
mouseUp:
regularize:
simplify:
smoothen:length:
subdivide
triangulate

  initialize
  initialize

class methods
  parts bin
  descriptionForPartsBin

instance methods
  drawing top  
 

drawOn:


 

drawSubdivisionEdgesOn:


 

drawSubdivisionSpineOn:


 

drawSubdivisionTrianglesOn:


  event handling top  
 

handlesMouseDown:

Do I want to receive mouseDown events (mouseDown:, mouseMove:, mouseUp:)?


 

mouseDown:

Handle a mouse down event. The default response is to let my eventHandler, if any, handle it.


 

mouseMove:

Handle a mouse move event. The default response is to let my eventHandler, if any, handle it.


 

mouseUp:

Handle a mouse up event. The default response is to let my eventHandler, if any, handle it.


 

regularize:

Make the pointList non-intersecting, e.g., insert points at intersections and have the outline include those points


 

simplify:


 

smoothen:length:


 

subdivide


 

triangulate


  initialize top  
 

initialize


class methods
  parts bin top  
 

descriptionForPartsBin

If the receiver is a member of a class that would like to be represented in a parts bin, answer the name by which it should be known, and a documentation string to be provided, for example, as balloon help. When the 'nativitySelector' is sent to the 'globalReceiver', it is expected that some kind of Morph will result. The parameters used in the implementation below are for documentation purposes only!