|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectThincMsg
ThincSMsg
ThincSMsgFB
ThincSMsgFBCopy
public final class ThincSMsgFBCopy
class for copying the regions from frame buffer and move it into specified region in frame buffer.
ThincSMsgFB
Field Summary | |
---|---|
static int |
MESSAGE_SIZE
|
static int |
MESSAGE_TYPE
|
Fields inherited from class ThincMsg |
---|
canvas, handler |
Constructor Summary | |
---|---|
ThincSMsgFBCopy(ThincMsgHandler h,
ThincClientCanvas c)
creates ThincSMsgFBCopy object. |
Method Summary | |
---|---|
void |
process()
process() get the source coodinate, destination coordinate, width and height respectively, then copy the region using copyRegion() method in ThincClientCanvas class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGE_TYPE
public static final int MESSAGE_SIZE
Constructor Detail |
---|
public ThincSMsgFBCopy(ThincMsgHandler h, ThincClientCanvas c)
h
- ThincMsgHandler
to handle the messagec
- ThincClientCanvas
to get the informationMethod Detail |
---|
public void process() throws ThincException
process
in class ThincMsg
ThincException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |