|
Class: ImageFrame
Object
|
+--ImageFrame
- Package:
- stx:libview2
- Category:
- Graphics-Images
- Version:
- rev:
1.4
date: 2021/01/20 14:36:21
- user: cg
- file: ImageFrame.st directory: libview2
- module: stx stc-classLibrary: libview2
an ImageFrame represents a single image in a sequence
(such as an animated GIF or a movie).
This class only defines a delayTime (in ms) to the next
image; specialized subclasses may add additional attributes.
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
-
delay
-
return the value of the instance variable 'delay' (automatically generated)
-
delay: something
-
set the value of the instance variable 'delay' (automatically generated)
-
image
-
return the image as represented by the imageFrame.
Here, the imageHolders value is returned
-
image: anImage
-
set the image as represented by the imageFrame.
-
imageHolder
-
return the value of the instance variable 'imageHolder' (automatically generated)
-
imageHolder: something
-
set the value of the instance variable 'imageHolder' (automatically generated)
-
offset
-
return the value of the instance variable 'offset' (automatically generated)
-
offset: something
-
set the value of the instance variable 'offset' (automatically generated)
|