The Physiologist's Friend Simulation API

ch.unizh.ini.friend.gui
Class GifViewerWindow

java.lang.Object
  extended by ch.unizh.ini.friend.gui.GifViewerWindow

public class GifViewerWindow
extends Object


Constructor Summary
GifViewerWindow(Applet applet, String gifFileName)
           
GifViewerWindow(Image gifImage)
           
GifViewerWindow(String gifFileName)
           
 
Method Summary
 void centerAndSetVisible(int imageHeight, int imageWidth)
           
 void finalize()
           
 Frame getParent()
           
static void hideGifFile(GifViewerWindow gvw)
           
static void main(String[] args)
           
 void removeNotify()
           
 void setLocation(int x, int y)
           
 void setSize(Dimension d)
           
 void setVisible(boolean newValue)
           
static GifViewerWindow showGifFile(Image gifImage, int imageHeight, int imageWidth)
           
static GifViewerWindow showGifFile(String gifFile, int imageHeight, int imageWidth)
           
 void toFront()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GifViewerWindow

public GifViewerWindow(Image gifImage)

GifViewerWindow

public GifViewerWindow(Applet applet,
                       String gifFileName)

GifViewerWindow

public GifViewerWindow(String gifFileName)
Method Detail

showGifFile

public static GifViewerWindow showGifFile(String gifFile,
                                          int imageHeight,
                                          int imageWidth)

showGifFile

public static GifViewerWindow showGifFile(Image gifImage,
                                          int imageHeight,
                                          int imageWidth)

hideGifFile

public static void hideGifFile(GifViewerWindow gvw)

centerAndSetVisible

public void centerAndSetVisible(int imageHeight,
                                int imageWidth)

setSize

public void setSize(Dimension d)

setLocation

public void setLocation(int x,
                        int y)

setVisible

public void setVisible(boolean newValue)

toFront

public void toFront()

getParent

public Frame getParent()

removeNotify

public void removeNotify()

finalize

public void finalize()
Overrides:
finalize in class Object

main

public static void main(String[] args)

http://www.ini.unizh.ch/~tobi/friend