fr.orsay.lri.varna.views
Class VueAboutPanel.AboutAnimator

java.lang.Object
  extended by java.lang.Thread
      extended by fr.orsay.lri.varna.views.VueAboutPanel.AboutAnimator
All Implemented Interfaces:
Runnable
Enclosing class:
VueAboutPanel

private class VueAboutPanel.AboutAnimator
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  boolean _over
           
(package private)  int _period
           
(package private)  ArrayList<String> _sequences
           
(package private)  ArrayList<String> _structures
           
(package private)  VARNAPanel _vp
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
VueAboutPanel.AboutAnimator(VARNAPanel vp)
           
 
Method Summary
 void addRNA(String seq, String str)
           
 void gracefulStop()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_vp

VARNAPanel _vp

_structures

ArrayList<String> _structures

_sequences

ArrayList<String> _sequences

_period

int _period

_over

boolean _over
Constructor Detail

VueAboutPanel.AboutAnimator

public VueAboutPanel.AboutAnimator(VARNAPanel vp)
Method Detail

addRNA

public void addRNA(String seq,
                   String str)

gracefulStop

public void gracefulStop()

run

public void run()
Specified by:
run in interface Runnable
Overrides:
run in class Thread