avrora.visual
Class NodeView

java.lang.Object
  extended byjava.lang.Thread
      extended byavrora.visual.NodeView
All Implemented Interfaces:
java.lang.Runnable

public class NodeView
extends java.lang.Thread


Nested Class Summary
protected  class NodeView.Item
           
 class NodeView.Node
           
 class NodeView.NodeCanvas
           
protected  class NodeView.PacketRx
           
protected  class NodeView.PacketRxInRange
           
protected  class NodeView.PacketTx
           
protected  class NodeView.PacketTxInRange
           
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
NodeView()
           
 
Method Summary
protected  void computeOffsets()
           
 void display(java.lang.String msg)
           
 void exit()
           
 void in(byte[] data, int len)
           
 void run()
           
 
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
 

Constructor Detail

NodeView

public NodeView()
Method Detail

run

public void run()

exit

public void exit()

in

public void in(byte[] data,
               int len)

display

public void display(java.lang.String msg)

computeOffsets

protected void computeOffsets()