org.lyra.Widgets
Class InfiniteProgressPanel.Animator

java.lang.Object
  extended by org.lyra.Widgets.InfiniteProgressPanel.Animator
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
InfiniteProgressPanel

private class InfiniteProgressPanel.Animator
extends java.lang.Object
implements java.lang.Runnable

Animation thread.


Field Summary
private  boolean rampUp
           
 
Constructor Summary
protected InfiniteProgressPanel.Animator(boolean rampUp)
          Basic constructor for the class, establishes if a Ramp Up process will be taking place.
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rampUp

private boolean rampUp
Constructor Detail

InfiniteProgressPanel.Animator

protected InfiniteProgressPanel.Animator(boolean rampUp)
Basic constructor for the class, establishes if a Ramp Up process will be taking place.

Parameters:
rampUp - Boolean on Ramp Up.
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable