comirva.visu
Class CircledBarsVisu

java.lang.Object
  extended by java.lang.Thread
      extended by comirva.visu.CircledBarsVisu
All Implemented Interfaces:
Runnable

public class CircledBarsVisu
extends Thread

This class implements a CircledBars visualization. To avoid blocking the GUI, it is implemented as thread.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CircledBarsVisu(VisuPane vp)
          Constructs a new CircledBarsVisu.
 
Method Summary
 void run()
          Start drawing the visualization.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CircledBarsVisu

public CircledBarsVisu(VisuPane vp)
Constructs a new CircledBarsVisu.

Method Detail

run

public void run()
Start drawing the visualization. Paints a visualization for distance vectors that visualizes the given distances by bars of different length which are arranged in a circle.
If no labels are specified, the number of the data item is shown instead of the lables. If the user has selected a meta-data vector of the same dimensionality as the distance vector, its contents is taken to represent the labels.

Specified by:
run in interface Runnable
Overrides:
run in class Thread
See Also:
Thread.run()