Squeak Class Documentation category index | class index  
 
StoryboardBookMorph
  category: Morphic-Books
  superclass: BookMorph
  subclasses:

A BookMorph variant whose pages are instances of ZoomAndScrollMorph. I have a control area where the user may pan, tilt and zoom over the image shown in the page.

- drag up and down to zoom in and out
- drag left and right to pan
- shift-drag up and down to tilt.

instance methods
  as yet unclassified
  changeTiltFactor:
changeZoomFactor:
getTiltFactor
getZoomFactor
initialize
insertPageMorphInCorrectSpot:
offsetX
offsetX:
offsetY
offsetY:
scale
scale:

class methods
  parts bin
  descriptionForPartsBin

instance methods
  as yet unclassified top  
 

changeTiltFactor:


 

changeZoomFactor:


 

getTiltFactor


 

getZoomFactor


 

initialize


 

insertPageMorphInCorrectSpot:


 

offsetX


 

offsetX:


 

offsetY


 

offsetY:


 

scale


 

scale:


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!