extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 31 Aug 2017 18:02:57 +0200
changeset 8145 83f792c6d9b1
parent 7806 060e50ed6d74
child 7855 46203abe7d57
permissions -rw-r--r--
#REFACTORING by cg class: ImageReader class definition

"{ Package: 'stx:libview' }"!

!Object methodsFor:'testing'!

isColormap
    ^ false
! !

!stx_libview class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !