You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Class grendel.widgets.Animation

java.lang.Object
   |
   +----java.awt.Component
           |
           +----grendel.widgets.Animation

public class  Animation
     extends java.awt.Component
     implements java.lang.Runnable
{
          // Fields 3
     int fCurrent;
     Icon[] fGlyphs;
     Thread fThread;

          // Constructors 1
     public Animation();

          // Methods 9
     public Component getComponent();
     public Dimension getMaximumSize();
     public Dimension getMinimumSize();
     public Dimension getPreferredSize();
     public void paint(Graphics);
     public void run();
     public void setImageTemplate(String, int);
     public synchronized void start();
     public synchronized void stop();
}



Fields


fThread

   Thread fThread


fGlyphs

   Icon[] fGlyphs


fCurrent

   int fCurrent



Constructors


Animation

   public Animation() 

Default constructor




Methods


run

   public void run() 
Implements:
run in interface Runnable


paint

   public void paint(Graphics g) 
Overrides:
paint in class Component


getPreferredSize

   public Dimension getPreferredSize() 
Overrides:
getPreferredSize in class Component


getMaximumSize

   public Dimension getMaximumSize() 
Overrides:
getMaximumSize in class Component


getMinimumSize

   public Dimension getMinimumSize() 
Overrides:
getMinimumSize in class Component


getComponent

   public Component getComponent() 


setImageTemplate

   public void setImageTemplate(String template, 
                                int iFrames) 


start

   public synchronized void start() 


stop

   public synchronized void stop() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4