AVIReader.st
changeset 620 6a4214e29c86
parent 616 1d54288dbd25
child 622 7eee23bea807
equal deleted inserted replaced
619:395cc493a341 620:6a4214e29c86
   137 frameDelay
   137 frameDelay
   138     "return the value of the instance variable 'frameDelay' (automatically generated)"
   138     "return the value of the instance variable 'frameDelay' (automatically generated)"
   139 
   139 
   140     ^ frameDelay
   140     ^ frameDelay
   141 
   141 
   142     "Created: 4.4.1997 / 22:35:52 / cg"
       
   143 !
       
   144 
       
   145 hasMultipleImages
       
   146     ^ frames size > 1
       
   147 
       
   148     "Modified: 4.4.1997 / 21:42:59 / cg"
       
   149     "Created: 4.4.1997 / 22:35:52 / cg"
   142     "Created: 4.4.1997 / 22:35:52 / cg"
   150 !
   143 !
   151 
   144 
   152 images
   145 images
   153     "return a collection of all images as represented by myself"
   146     "return a collection of all images as represented by myself"
  1460 ! !
  1453 ! !
  1461 
  1454 
  1462 !AVIReader class methodsFor:'documentation'!
  1455 !AVIReader class methodsFor:'documentation'!
  1463 
  1456 
  1464 version
  1457 version
  1465     ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.5 1997-06-21 16:24:46 cg Exp $'
  1458     ^ '$Header: /cvs/stx/stx/libview2/AVIReader.st,v 1.6 1997-06-24 13:40:23 cg Exp $'
  1466 ! !
  1459 ! !
  1467 AVIReader initialize!
  1460 AVIReader initialize!