PBMReader.st
changeset 1745 4fa0fad2a463
parent 1082 9b629fdac9ec
child 1805 93f557cbe600
equal deleted inserted replaced
1744:e98e50a3c3b9 1745:4fa0fad2a463
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 
    13 
       
    14 "{ Package: 'stx:libview2' }"
       
    15 
    14 ImageReader subclass:#PBMReader
    16 ImageReader subclass:#PBMReader
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'Graphics-Images-Support'
    20 	category:'Graphics-Images-Readers'
    19 !
    21 !
    20 
    22 
    21 !PBMReader class methodsFor:'documentation'!
    23 !PBMReader class methodsFor:'documentation'!
    22 
    24 
    23 copyright
    25 copyright
   649 ! !
   651 ! !
   650 
   652 
   651 !PBMReader class methodsFor:'documentation'!
   653 !PBMReader class methodsFor:'documentation'!
   652 
   654 
   653 version
   655 version
   654     ^ '$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.37 1998-12-08 16:53:27 cg Exp $'
   656     ^ '$Header: /cvs/stx/stx/libview2/PBMReader.st,v 1.38 2003-04-10 14:26:08 cg Exp $'
   655 ! !
   657 ! !
       
   658 
   656 PBMReader initialize!
   659 PBMReader initialize!