Class ThincSMsgFBFillSolid
java.lang.Object
ThincMsg
ThincSMsg
ThincSMsgFB
ThincSMsgFBFillSolid
public final class ThincSMsgFBFillSolid
- extends ThincSMsgFB
class for filling the regions with color to the frame buffer.
- Author:
- Young Jin Yoon
- See Also:
ThincSMsgFB
,
ThincSMsgFBFillBilevel
Method Summary |
void |
process()
process()
get the region to draw and color from network and try to draw a filled
rectangle using drawFillRect() method from ThincClientCanvas class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE_TYPE
public static final int MESSAGE_TYPE
- See Also:
- Constant Field Values
MESSAGE_SIZE
public static final int MESSAGE_SIZE
- See Also:
- Constant Field Values
RECT_MESSAGE_SIZE
public static final int RECT_MESSAGE_SIZE
- See Also:
- Constant Field Values
ThincSMsgFBFillSolid
public ThincSMsgFBFillSolid(ThincMsgHandler h,
ThincClientCanvas c)
- creates ThincSMsgFBFillSolid object.
- Parameters:
h
- ThincMsgHandler
to handle the messagec
- ThincClientCanvas
to get the information
process
public void process()
throws ThincException
- process()
get the region to draw and color from network and try to draw a filled
rectangle using drawFillRect() method from
ThincClientCanvas
class.
- Specified by:
process
in class ThincMsg
- Throws:
ThincException