doku
authorClaus Gittinger <cg@exept.de>
Wed, 08 May 1996 20:33:44 +0200
changeset 281 344857a33c20
parent 280 126dfc9dc409
child 282 f2f29344e676
doku
Circle.st
EllArc.st
EllipticalArc.st
Polygon.st
Spline.st
--- a/Circle.st	Wed May 08 20:17:08 1996 +0200
+++ b/Circle.st	Wed May 08 20:33:44 1996 +0200
@@ -37,6 +37,13 @@
 "
      This class implements a circles which are defined by a radius and
      a centerpoint.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        EllipticalArc Spline Polygon Rectangle
+        GraphicsContext
 "
 ! !
 
@@ -163,5 +170,5 @@
 !Circle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Circle.st,v 1.6 1996-05-08 12:44:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Circle.st,v 1.7 1996-05-08 18:33:30 cg Exp $'
 ! !
--- a/EllArc.st	Wed May 08 20:17:08 1996 +0200
+++ b/EllArc.st	Wed May 08 20:33:44 1996 +0200
@@ -38,6 +38,13 @@
      This class implements an ellipse which is aligned to x and y axes
      given a boundingBox, a startAngle and a sweepAngle.
      Positive angles are taken clockwise, negative angles are counterclockwise.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Circle Spline Polygon Rectangle
+        GraphicsContext
 "
 ! !
 
@@ -171,5 +178,5 @@
 !EllipticalArc class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/EllArc.st,v 1.5 1996-05-08 12:44:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/EllArc.st,v 1.6 1996-05-08 18:33:27 cg Exp $'
 ! !
--- a/EllipticalArc.st	Wed May 08 20:17:08 1996 +0200
+++ b/EllipticalArc.st	Wed May 08 20:33:44 1996 +0200
@@ -38,6 +38,13 @@
      This class implements an ellipse which is aligned to x and y axes
      given a boundingBox, a startAngle and a sweepAngle.
      Positive angles are taken clockwise, negative angles are counterclockwise.
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Circle Spline Polygon Rectangle
+        GraphicsContext
 "
 ! !
 
@@ -171,5 +178,5 @@
 !EllipticalArc class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.5 1996-05-08 12:44:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/EllipticalArc.st,v 1.6 1996-05-08 18:33:27 cg Exp $'
 ! !
--- a/Polygon.st	Wed May 08 20:17:08 1996 +0200
+++ b/Polygon.st	Wed May 08 20:33:44 1996 +0200
@@ -44,7 +44,8 @@
         Claus Gittinger
 
     [see also:]
-        Rectangle EllipticalArc Spline Point 
+        Rectangle EllipticalArc Spline Circle Point 
+        GraphicsContext
 "
 !
 
@@ -390,5 +391,5 @@
 !Polygon class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Polygon.st,v 1.19 1996-05-08 18:17:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Polygon.st,v 1.20 1996-05-08 18:33:44 cg Exp $'
 ! !
--- a/Spline.st	Wed May 08 20:17:08 1996 +0200
+++ b/Spline.st	Wed May 08 20:33:44 1996 +0200
@@ -67,7 +67,8 @@
     Both open and closed curves are possible.
 
     [see also:]
-        Polygon Circle EllipticalArc
+        Polygon Circle EllipticalArc Rectangle
+        GraphicsContext
 
     [author:]
         scaletti@uxc.cso.uiuc.edu (Kurt J. Hebel)
@@ -504,5 +505,5 @@
 !Spline class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.3 1996-05-08 18:17:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Spline.st,v 1.4 1996-05-08 18:33:22 cg Exp $'
 ! !