GeometricWrapper.st
changeset 254 1286cec58b5d
parent 251 9c6e546a96e2
child 265 45c83acd7562
--- a/GeometricWrapper.st	Thu May 09 10:33:21 1996 +0200
+++ b/GeometricWrapper.st	Thu May 09 10:43:59 1996 +0200
@@ -46,6 +46,10 @@
     abstract class for wrappers of geometric objects.
     These allows any geometric thingy to be used as a component in a view.
 
+    (background info: geometrics are mathematical objects - they do not 
+     keep any color or lineStyle attributes. Wrappers add this information
+     and can also be used as components of a view)
+
     [see also:]
         StrokingWrapper FillingWrapper
         Geometric GraphicsContext
@@ -71,5 +75,5 @@
 !GeometricWrapper class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/GeometricWrapper.st,v 1.1 1996-05-09 08:30:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/GeometricWrapper.st,v 1.2 1996-05-09 08:43:49 cg Exp $'
 ! !