TranslationTransform.st
changeset 8714 43b1fe994982
parent 7058 086498ec51e4
equal deleted inserted replaced
8713:9d5e054e16db 8714:43b1fe994982
   311 
   311 
   312 printOn:aStream
   312 printOn:aStream
   313     "append a user printed representation of the receiver to aStream.
   313     "append a user printed representation of the receiver to aStream.
   314      The format is suitable for a human - not meant to be read back."
   314      The format is suitable for a human - not meant to be read back."
   315 
   315 
   316     aStream nextPutAll:self class name.
   316     aStream nextPutAll:self className.
   317     aStream nextPutAll:' translation: '.
   317     aStream nextPutAll:' translation: '.
   318     translation printOn:aStream
   318     translation printOn:aStream
       
   319 
       
   320     "Modified: / 28-06-2019 / 09:22:17 / Claus Gittinger"
   319 ! !
   321 ! !
   320 
   322 
   321 !TranslationTransform methodsFor:'private'!
   323 !TranslationTransform methodsFor:'private'!
   322 
   324 
   323 inverseTranslation
   325 inverseTranslation