Class Routing

Implemented Interfaces:
Runnable

public class Routing
extends Applet
implements Runnable

Hauptklasse des Applet, hier wird das Fenster Routing-Animation aufgerufen: Es wird eine Threadgroup erzeugt zu der spaeter die einzelnen Algorithmen zugeordnet werden

Field Summary

private Thread
thread
ThreadGroup
threadGroup

Method Summary

void
init()
void
paint(Graphics g)
void
run()
void
start()
void
stop()

Field Details

thread

private Thread thread

threadGroup

public ThreadGroup threadGroup

Method Details

init

public void init()

paint

public void paint(Graphics g)

run

public void run()

start

public void start()

stop

public void stop()