soccerclient.visualization
Class Testvisualization

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--soccerclient.visualization.Testvisualization
All Implemented Interfaces:
java.lang.Runnable

public class Testvisualization
extends java.lang.Thread

Überschrift:

Beschreibung: Only for debugging

Copyright: Copyright (c) 2002

Organisation:

Author:
J.F.G, Felix von Reischach

Fields inherited from class java.lang.Thread
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals
 
Constructor Summary
Testvisualization()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, 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

Testvisualization

public Testvisualization()
Method Detail

main

public static void main(java.lang.String[] args)