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

No comment. Sorry.

instance methods
  Morphic menu
  addFillStyleMenuItems:hand:from:
changeOrientationIn:event:
changeOriginIn:event:

  accessing
  direction
direction:
normal
normal:
origin
origin:

  testing
  isOrientedFill

class methods
  no messages
 

instance methods
  Morphic menu top  
 

addFillStyleMenuItems:hand:from:

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


 

changeOrientationIn:event:

Interactively change the origin of the receiver


 

changeOriginIn:event:

Interactively change the origin of the receiver


  accessing top  
 

direction


 

direction:


 

normal


 

normal:


 

origin


 

origin:


  testing top  
 

isOrientedFill

Return true if the receiver keeps an orientation (e.g., origin, direction, and normal)


class methods
  no messages top