WindowingTransformation.st
changeset 611 e0442439a3c6
parent 601 2c4c1e797909
child 619 a46cb2ef56bf
--- a/WindowingTransformation.st	Thu Apr 25 18:19:50 1996 +0200
+++ b/WindowingTransformation.st	Thu Apr 25 18:26:07 1996 +0200
@@ -171,14 +171,19 @@
     instances of me.  Multiple instances of me can also be combined to form a
     single composite transformation.
 
-    Instance variables are:
-	scale           <Number> or <Point> representing a linear scaling factor.
-			nil is interpreted as 1@1
+    [Instance variables:]
+        scale           <Number> or <Point> representing a linear scaling factor.
+                        nil is interpreted as 1@1
+
+        translation     <Number> or <Point> representing a translation in 2-D.
+                        nil is interpreted as 0@0
 
-	translation     <Number> or <Point> representing a translation in 2-D.
-			nil is interpreted as 0@0
 
+    [author:]
+        Claus Gittinger
 "
+
+    "Modified: 25.4.1996 / 16:53:07 / cg"
 !
 
 examples
@@ -230,7 +235,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.11 1996-04-23 20:10:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowingTransformation.st,v 1.12 1996-04-25 16:24:20 cg Exp $'
 ! !
 
 !WindowingTransformation methodsFor:'accessing'!