public class SendRTFMsg extends Object
| Constructor and Description |
|---|
SendRTFMsg()
Creates a new RTF message.
|
| Modifier and Type | Method and Description |
|---|---|
ICQColor |
getBgColor()
Get the value of bgColor.
|
String |
getDestSN()
Get the value of destSN.
|
ICQColor |
getFgColor()
Get the value of fgColor.
|
String |
getRTFMsg()
Get the value of rtfMsg.
|
void |
setBgColor(ICQColor bgColor)
Set the value of bgColor.
|
void |
setDestSN(String destSN)
Set the value of destSN.
|
void |
setFgColor(ICQColor fgColor)
Set the value of fgColor.
|
void |
setRTFMsg(String rtfMsg)
Set the value of rtfMsg.
|
public String getDestSN()
public void setDestSN(String destSN)
destSN - Value to assign to destSN.public ICQColor getFgColor()
public void setFgColor(ICQColor fgColor)
fgColor - Value to assign to fgColor.public ICQColor getBgColor()
public void setBgColor(ICQColor bgColor)
bgColor - Value to assign to bgColor.public String getRTFMsg()
public void setRTFMsg(String rtfMsg)
rtfMsg - Value to assign to rtfMsg.