Circle.st
changeset 331 9ad8e3f94da5
parent 289 c4a61914a9a0
child 1303 6ca5f36cdc63
equal deleted inserted replaced
330:e86df1f240b3 331:9ad8e3f94da5
    40 
    40 
    41     [author:]
    41     [author:]
    42         Claus Gittinger
    42         Claus Gittinger
    43 
    43 
    44     [see also:]
    44     [see also:]
    45         EllipticalArc Spline Curve Polygon Rectangle
    45         EllipticalArc Spline Curve Polygon Rectangle LineSegment
       
    46         Arrow ArrowedSpline
    46         GraphicsContext
    47         GraphicsContext
       
    48         StrokingWrapper FillingWrapper
    47 "
    49 "
    48 !
    50 !
    49 
    51 
    50 examples
    52 examples
    51 "
    53 "
   270 ! !
   272 ! !
   271 
   273 
   272 !Circle class methodsFor:'documentation'!
   274 !Circle class methodsFor:'documentation'!
   273 
   275 
   274 version
   276 version
   275     ^ '$Header: /cvs/stx/stx/libbasic2/Circle.st,v 1.10 1996-05-08 23:09:18 cg Exp $'
   277     ^ '$Header: /cvs/stx/stx/libbasic2/Circle.st,v 1.11 1996-05-12 23:06:01 cg Exp $'
   276 ! !
   278 ! !