Depth1Image.st
changeset 118 25e775072a89
parent 97 dd6116883ac0
child 193 3abcc2ee1641
equal deleted inserted replaced
117:fff075623c7a 118:25e775072a89
    12 
    12 
    13 Image subclass:#Depth1Image
    13 Image subclass:#Depth1Image
    14 	 instanceVariableNames:''
    14 	 instanceVariableNames:''
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Graphics-Display Objects'
    17 	 category:'Graphics-Images'
    18 !
    18 !
    19 
    19 
    20 Depth1Image comment:'
    20 Depth1Image comment:'
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.11 1995-02-15 10:35:20 claus Exp $
    24 $Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.12 1995-03-18 05:10:16 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !Depth1Image class methodsFor:'documentation'!
    27 !Depth1Image class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.11 1995-02-15 10:35:20 claus Exp $
    45 $Header: /cvs/stx/stx/libview/Depth1Image.st,v 1.12 1995-03-18 05:10:16 claus Exp $
    46 "
    46 "
    47 !
    47 !
    48 
    48 
    49 documentation
    49 documentation
    50 "
    50 "