Squeak Class Documentation category index | class index  
 
BitmapFillStyle
  category: Balloon-Fills
  superclass: OrientedFillStyle
  subclasses:

No comment. Sorry.

instance methods
  Morphic menu
  addFillStyleMenuItems:hand:from:
chooseNewGraphicIn:event:
grabNewGraphicIn:event:
newForm:forMorph:

  accessing
  form
form:
tileFlag
tileFlag:

  converting
  asColor

  testing
  isBitmapFill
isTiled
isTranslucent

class methods
  instance creation
  form:
fromForm:
fromUser

instance methods
  Morphic menu top  
 

addFillStyleMenuItems:hand:from:

Add the items for changing the current fill style of the receiver


 

chooseNewGraphicIn:event:

Used by any morph that can be represented by a graphic


 

grabNewGraphicIn:event:

Used by any morph that can be represented by a graphic


 

newForm:forMorph:


  accessing top  
 

form


 

form:


 

tileFlag


 

tileFlag:


  converting top  
 

asColor


  testing top  
 

isBitmapFill


 

isTiled

Return true if the receiver should be repeated if the fill shape is larger than the form


 

isTranslucent

Return true since the bitmap may be translucent and we don't really want to check


class methods
  instance creation top  
 

form:


 

fromForm:


 

fromUser