Squeak Class Documentation category index | class index  
 
TransformationB2Morph
  category: Morphic-Basic
  superclass: TransformationMorph
  subclasses:

A transformation which:

- is content to let someone else decide my bounds (I do not try to minimally enclose my submorphs)
- can use bi-linear interpolation

instance methods
  as yet unclassified
  adjustAfter:
computeBounds
drawSubmorphsOn:
extent:
useRegularWarpBlt:

class methods
  no messages
 

instance methods
  as yet unclassified top  
 

adjustAfter:

same as super, but without reference position stuff


 

computeBounds

the transform bounds must remain under the control of the owner in this case


 

drawSubmorphsOn:

Display submorphs back to front


 

extent:


 

useRegularWarpBlt:


class methods
  no messages top