net.sf.j3d.physics
Class RenderingClient

java.lang.Object
  extended by net.sf.j3d.physics.RenderingClient
All Implemented Interfaces:
Runnable

public class RenderingClient
extends Object
implements Runnable

Author:
Mike Murray

Field Summary
static int SLEEP
           
 
Constructor Summary
RenderingClient(String httpdir, String httpwww, String simdir, String simfile, int w, int h, int ssw, int ssh, int jobSize)
           
 
Method Summary
static void main(String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLEEP

public static final int SLEEP
See Also:
Constant Field Values
Constructor Detail

RenderingClient

public RenderingClient(String httpdir,
                       String httpwww,
                       String simdir,
                       String simfile,
                       int w,
                       int h,
                       int ssw,
                       int ssh,
                       int jobSize)
Method Detail

main

public static void main(String[] args)

run

public void run()
Specified by:
run in interface Runnable