Squeak Class Documentation category index | class index  
 
BalloonRectangleMorph
  category: Balloon-Geometry
  superclass: RectangleMorph
  subclasses:

No comment. Sorry.

instance methods
  accessing
  canDrawBorder:
doesBevels

  drawing
  drawOn:

  flexing
  newTransformationMorph

  initialize
  initialize

class methods
  no messages
 

instance methods
  accessing top  
 

canDrawBorder:

Return true if the receiver can be drawn with the given border style.


 

doesBevels

To return true means that this object can show bevelled borders, and
therefore can accept, eg, #raised or #inset as valid borderColors.
Must be overridden by subclasses that do not support bevelled borders.


  drawing top  
 

drawOn:


  flexing top  
 

newTransformationMorph


  initialize top  
 

initialize


class methods
  no messages top