Geometric.st
changeset 1314 18fabbc0e0a6
parent 1290 15ba3221b89b
child 1350 85eec07b093b
equal deleted inserted replaced
1313:0923d2b8fedc 1314:18fabbc0e0a6
    42     These are not graphical objects, but pure mathematical ones.
    42     These are not graphical objects, but pure mathematical ones.
    43     I.e. instances do not carry graphics attributes such as color, lineWidth etc.
    43     I.e. instances do not carry graphics attributes such as color, lineWidth etc.
    44     Use instances of (subclasses) of DisplayObject or (the soon to be 
    44     Use instances of (subclasses) of DisplayObject or (the soon to be 
    45     implemented GraphicsAttributesWrapper.
    45     implemented GraphicsAttributesWrapper.
    46 
    46 
    47     Notice: ST/X does not use Geometric instances for drawing (yet).
    47     Notice: 
    48     This class exists mainly to provide a superclass when ST-80 geometry classes are to be filed in.
    48         ST/X does not use Geometric instances for drawing (yet).
       
    49         This class exists mainly to provide a superclass when ST-80 
       
    50         geometry classes are to be filed in.
    49 
    51 
    50     [author:]
    52     [author:]
    51         Claus Gittinger
    53         Claus Gittinger
       
    54 
       
    55     [see also:]
       
    56         Rectangle Polygon Point
    52 "
    57 "
    53 ! !
    58 ! !
    54 
    59 
    55 !Geometric methodsFor:'displaying'!
    60 !Geometric methodsFor:'displaying'!
    56 
    61 
    84 ! !
    89 ! !
    85 
    90 
    86 !Geometric class methodsFor:'documentation'!
    91 !Geometric class methodsFor:'documentation'!
    87 
    92 
    88 version
    93 version
    89     ^ '$Header: /cvs/stx/stx/libbasic/Geometric.st,v 1.9 1996-04-25 16:20:34 cg Exp $'
    94     ^ '$Header: /cvs/stx/stx/libbasic/Geometric.st,v 1.10 1996-04-27 17:50:53 cg Exp $'
    90 ! !
    95 ! !