|
Class: ImageSequence
Object
|
+--Collection
|
+--SequenceableCollection
|
+--OrderedCollection
|
+--ImageSequence
- Package:
- stx:libview2
- Category:
- Graphics-Images
- Version:
- rev:
1.6
date: 2021/01/20 14:36:30
- user: cg
- file: ImageSequence.st directory: libview2
- module: stx stc-classLibrary: libview2
An ImageSequence represents a sequence of images as contained
in an animated gif or in a movie file.
ImageSequence may be redefined to hold
additional attributes by specific movie representations.
copyrightCOPYRIGHT (c) 1997 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
accessing
-
iterationCount
-
return the iterationCount.
The sequence is to be played that often.
-
iterationCount: something
-
set the iterationCount.
The sequence is to be played that often.
-
loop
-
return the value of the loop flag;
If true, this is considered an endless-loop sequence.
-
loop: aBoolean
-
set the value of the loop flag;
If true, this is considered an endless-loop sequence.
|