Class ThincSMsgFB

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgFB
Direct Known Subclasses:
ThincSMsgFBCopy, ThincSMsgFBFillBilevel, ThincSMsgFBFillGlyph, ThincSMsgFBFillPixMap, ThincSMsgFBFillSolid, ThincSMsgFBRawUpdate

public abstract class ThincSMsgFB
extends ThincSMsg

abstract class for Thinc frame buffer messages

Author:
Young Jin Yoon
See Also:
ThincSMsg

Field Summary
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
protected ThincSMsgFB(ThincMsgHandler h, ThincClientCanvas c)
           
 
Method Summary
 
Methods inherited from class ThincMsg
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThincSMsgFB

protected ThincSMsgFB(ThincMsgHandler h,
                      ThincClientCanvas c)