VNCj

gnu.rfb
Class CopyRect

java.lang.Object
  |
  +--gnu.rfb.Rect
        |
        +--gnu.rfb.CopyRect
All Implemented Interfaces:
Cloneable

public class CopyRect
extends Rect

CopyRect encoding.


Field Summary
 int srcX
           
 int srcY
           
 
Fields inherited from class gnu.rfb.Rect
count, h, w, x, y
 
Constructor Summary
CopyRect(int x, int y, int w, int h, int srcX, int srcY)
           
 
Method Summary
 void writeData(DataOutput output)
           
 
Methods inherited from class gnu.rfb.Rect
bestEncoding, clone, copyPixels, encode, encode, encode, getBackground, toString, transform, writePixel
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

srcX

public int srcX

srcY

public int srcY
Constructor Detail

CopyRect

public CopyRect(int x,
                int y,
                int w,
                int h,
                int srcX,
                int srcY)
Method Detail

writeData

public void writeData(DataOutput output)
               throws IOException
Overrides:
writeData in class Rect
IOException

VNCj