mpe.client
Class GLClient

java.lang.Object
  extended byjava.lang.Thread
      extended bympe.client.Client
          extended bympe.client.GLClient
All Implemented Interfaces:
java.lang.Runnable

public class GLClient
extends Client


Field Summary
 
Fields inherited from class mpe.client.Client
allConnected, DEBUG
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
GLClient(java.lang.String fileString, processing.core.PApplet p)
           
 
Methods inherited from class mpe.client.Client
broadcast, broadcastByteArray, broadcastByteArray, broadcastIntArray, bytesAvailable, done, getBytes, getClientID, getDataMessage, getFrameCount, getInts, getLHeight, getLWidth, getMHeight, getMWidth, getXoffset, getYoffset, intsAvailable, messageAvailable, placeScreen, quit, run, setLocalDimensions, setMasterDimensions, start
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLClient

public GLClient(java.lang.String fileString,
                processing.core.PApplet p)