Class Netmonitor.FrameProducer

java.lang.Object
  extended byjava.lang.Thread
      extended byNetmonitor.FrameProducer
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Netmonitor

class Netmonitor.FrameProducer
extends java.lang.Thread


Field Summary
private  boolean allThreadsFinished
           
private  boolean animating
           
private  Netmonitor.AnimationQueue animationQueue
           
private  boolean frameRequested
           
private  java.util.Date statisticDate
           
private  int stepSize
           
private  java.util.Vector threadList
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Netmonitor.FrameProducer(Netmonitor.AnimationQueue queue)
           
 
Method Summary
 void run()
           
 void setAnimating(boolean state)
           
 void setFrameRequested(boolean state)
           
 void setStatisticDate(java.util.Date date, int step)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

frameRequested

private boolean frameRequested

animating

private boolean animating

allThreadsFinished

private boolean allThreadsFinished

statisticDate

private java.util.Date statisticDate

stepSize

private int stepSize

threadList

private java.util.Vector threadList

animationQueue

private Netmonitor.AnimationQueue animationQueue
Constructor Detail

Netmonitor.FrameProducer

public Netmonitor.FrameProducer(Netmonitor.AnimationQueue queue)
Method Detail

run

public void run()

setStatisticDate

public void setStatisticDate(java.util.Date date,
                             int step)

setAnimating

public void setAnimating(boolean state)

setFrameRequested

public void setFrameRequested(boolean state)