com.compoze.collab.lcs
Interface ILcsInstantMessage
- public interface ILcsInstantMessage
Interface defines an extension to the Collab instant message that is
specific to SIP messages
CLASS
public static final ItemClass CLASS
- The item class of
ILcsGroup
.
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
.
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.