applications.proxy.graph3dVisualizer
Class ImageCanvas.Jitter

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--applications.proxy.graph3dVisualizer.ImageCanvas.Jitter

class ImageCanvas.Jitter
extends Thread

Description of the Class

Author:
igasp
created March 12, 2001

Field Summary
 (package private) final static StringBOUNCE_FACTOR_TRAIT
           
 (package private) VisualizerNodesm_nodes
           

Fields inherited from class java.lang.Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY

Constructor Summary
 (package private) ImageCanvas.Jitter(VisualizerNodes nodes)
          Constructor for the Jitter object

Method Summary
 voidrun()
          Main processing method for the Jitter object
 (package private) voidsetNodes(VisualizerNodes nodes)
          Sets the Nodes attribute of the Jitter object

Methods inherited from class java.lang.Thread
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Field Detail

BOUNCE_FACTOR_TRAIT

final static String BOUNCE_FACTOR_TRAIT

m_nodes

VisualizerNodes m_nodes
Constructor Detail

ImageCanvas.Jitter

ImageCanvas.Jitter(VisualizerNodes nodes)
Constructor for the Jitter object
Parameters:
nodes - Description of Parameter
Since:
Method Detail

run

public void run()
Main processing method for the Jitter object
Since:

setNodes

void setNodes(VisualizerNodes nodes)
Sets the Nodes attribute of the Jitter object
Parameters:
nodes - The new Nodes value
Since:

Association Links

to Class java.lang.String

to Class applications.proxy.graph3dVisualizer.VisualizerNodes