Depth16Image.st
changeset 219 9ff0660f447f
parent 193 3abcc2ee1641
child 281 4f04a56b1641
equal deleted inserted replaced
218:10072d9beba5 219:9ff0660f447f
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'Graphics-Images'
    17 	 category:'Graphics-Images'
    18 !
    18 !
    19 
    19 
    20 Depth16Image comment:'
       
    21 COPYRIGHT (c) 1995 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.1 1995-10-23 16:58:37 cg Exp $
       
    25 '!
       
    26 
       
    27 !Depth16Image class methodsFor:'documentation'!
    20 !Depth16Image class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1995 by Claus Gittinger
    24  COPYRIGHT (c) 1995 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.2 1995-11-11 15:49:03 cg Exp $'
    45 $Header: /cvs/stx/stx/libview/Depth16Image.st,v 1.1 1995-10-23 16:58:37 cg Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     this class represents 16 bit images.
    42     this class represents 16 bit images.