Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.iborg.robo.client
Class RoboClientProcessor  view RoboClientProcessor download RoboClientProcessor.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycom.iborg.robo.client.RoboClientProcessor
All Implemented Interfaces:
java.lang.Runnable

public class RoboClientProcessor
extends java.lang.Thread

Version:

Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  int alphaMask
           
(package private)  int blueMask
           
(package private)  int greenMask
           
(package private)  int height
           
(package private)  java.io.InputStream is
           
(package private)  java.io.OutputStream os
           
(package private)  int pixelSize
           
(package private)  int redMask
           
(package private)  RoboClient roboClient
           
(package private)  int width
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) RoboClientProcessor(com.iborg.hsocket.ISocket s, RoboClient roboClient)
           
 
Method Summary
 void adjustScrollbars()
           
private  void drawScreen()
           
 void keyPressed(int key)
           
 void keyReleased(int key)
           
 void mouseDragged(int x, int y)
           
 void mouseMoved(int x, int y)
           
 void mousePressed(int modifiers)
           
 void mouseReleased(int modifiers)
           
private  int[] readInts(java.io.DataInputStream dis, int length)
           
 void requestScreen()
           
 void requestScreenParam()
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
private  void screenAdjustmentEnd(boolean draw)
           
private  void screenColorModel()
           
private  void screenNop()
           
private  void screenParam()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, 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
 

Field Detail

is

java.io.InputStream is

os

java.io.OutputStream os

roboClient

RoboClient roboClient

width

int width

height

int height

pixelSize

int pixelSize

redMask

int redMask

greenMask

int greenMask

blueMask

int blueMask

alphaMask

int alphaMask
Constructor Detail

RoboClientProcessor

RoboClientProcessor(com.iborg.hsocket.ISocket s,
                    RoboClient roboClient)
Method Detail

run

public void run()
Description copied from class: java.lang.Thread
The method of Thread that will be run if there is no Runnable object associated with the Thread. Thread's implementation does nothing at all.


requestScreenParam

public void requestScreenParam()

requestScreen

public void requestScreen()

mouseMoved

public void mouseMoved(int x,
                       int y)
                throws java.lang.Exception

mouseDragged

public void mouseDragged(int x,
                         int y)
                  throws java.lang.Exception

mousePressed

public void mousePressed(int modifiers)
                  throws java.lang.Exception

mouseReleased

public void mouseReleased(int modifiers)
                   throws java.lang.Exception

keyPressed

public void keyPressed(int key)
                throws java.lang.Exception

keyReleased

public void keyReleased(int key)
                 throws java.lang.Exception

screenParam

private void screenParam()

screenColorModel

private void screenColorModel()

drawScreen

private void drawScreen()

screenNop

private void screenNop()

screenAdjustmentEnd

private void screenAdjustmentEnd(boolean draw)

readInts

private int[] readInts(java.io.DataInputStream dis,
                       int length)
                throws java.io.IOException

adjustScrollbars

public void adjustScrollbars()