Compoze Software, Inc.

com.compoze.collab.lcs
Interface ILcsInstantMessage


public interface ILcsInstantMessage

Interface defines an extension to the Collab instant message that is specific to SIP messages


Field Summary
static ItemClass CLASS
          The item class of ILcsGroup.
 
Method Summary
 void setFont(LcsFont font)
          Sets message font family
 void setFontColor(com.compoze.collab.im.impl.FontColor color)
          Sets message font color
 void setFontSize(int iSize)
          Sets font size
 void setFontStyle(LcsFontStyle style)
          Sets font style
 

Field Detail

CLASS


public static final ItemClass CLASS
The item class of ILcsGroup.
Method Detail

setFont


public void setFont(LcsFont font)
Sets message font family
Parameters:
font - font family. Can safely be null.

setFontColor


public void setFontColor(com.compoze.collab.im.impl.FontColor color)
Sets message font color
Parameters:
color - font color. Can safely be null.

setFontSize


public void setFontSize(int iSize)
Sets font size
Parameters:
iSize - font size. Can be any value, including negative, but negative values and zero will result in default font size currently set on the pier's LCS client.

setFontStyle


public void setFontStyle(LcsFontStyle style)
Sets font style
Parameters:
style - font style (bold, italic, bold italic). Can safely be null.

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.