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.4 date: 2021/01/20 14:36:21
user: cg
file: ImageFrame.st directory: libview2
module: stx stc-classLibrary: libview2

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.

copyright

COPYRIGHT (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.

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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 08:13:59 GMT