eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ImageFrame':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: ImageFrame


Inheritance:

   Object
   |
   +--ImageFrame

Package:
stx:libview2
Category:
Graphics-Images
Version:
rev: 1.3 date: 2000/11/15 15:05:02
user: martin
file: ImageFrame.st directory: libview2
module: stx stc-classLibrary: libview2
Author:
Claus Gittinger

Description:


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.


Related information:

    ImageSequence
    Image

Instance protocol:

accessing
o  delay
return the value of the instance variable 'delay' (automatically generated)

o  delay: something
set the value of the instance variable 'delay' (automatically generated)

o  image
return the image as represented by the imageFrame.
Here, the imageHolders value is returned

o  image: anImage
set the image as represented by the imageFrame.

o  imageHolder
return the value of the instance variable 'imageHolder' (automatically generated)

o  imageHolder: something
set the value of the instance variable 'imageHolder' (automatically generated)

o  offset
return the value of the instance variable 'offset' (automatically generated)

o  offset: something
set the value of the instance variable 'offset' (automatically generated)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 23 Apr 2024 11:10:03 GMT