|
VNCj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gnu.rfb.Rect | +--gnu.rfb.CopyRect
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 |
public int srcX
public int srcY
Constructor Detail |
public CopyRect(int x, int y, int w, int h, int srcX, int srcY)
Method Detail |
public void writeData(DataOutput output) throws IOException
writeData
in class Rect
IOException
|
VNCj | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |