public class ChatMessageUIBean
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
TYPE_BACKGROUD_MESSAGE_JOINSTYLE_20 |
static int |
TYPE_BACKGROUD_MESSAGE_JOINSTYLE_5 |
static int |
TYPE_TEXT_COLOR_MESSAGE_FANSGROUP |
static int |
TYPE_TEXT_COLOR_MESSAGE_FUNTION |
static int |
TYPE_TEXT_COLOR_MESSAGE_GUARDIN |
static int |
TYPE_TEXT_COLOR_MESSAGE_GUIDE |
static int |
TYPE_TEXT_COLOR_MESSAGE_NEARBY |
static int |
TYPE_TEXT_COLOR_MESSAGE_NEW |
构造器和说明 |
---|
ChatMessageUIBean(int mType) |
ChatMessageUIBean(int mType,
boolean startImage,
boolean endImage) |
ChatMessageUIBean(int mType,
int mTextColorType,
int mBackGroundType) |
ChatMessageUIBean(int mType,
int mTextColorType,
int mBackGroundType,
boolean startImage,
boolean endImage) |
限定符和类型 | 方法和说明 |
---|---|
int |
getBackGroudType() |
int |
getPrivilegeMessageBackGround() |
int |
getPrivilegeMessageTextColor() |
int |
getTextColorType() |
int |
getType() |
java.lang.String |
getVipBorderColor() |
boolean |
isShowEndImage() |
boolean |
isShowStartImage() |
void |
setBackGroundType(int mBackGroudType) |
void |
setShowEndImage(boolean showEndImage) |
void |
setShowStartImage(boolean showStartImage) |
void |
setTextColorType(int mTextColorType) |
void |
setType(int mType) |
void |
setVIPMsgBGColor(java.lang.String vipBorderColor) |
public static final int TYPE_TEXT_COLOR_MESSAGE_FANSGROUP
public static final int TYPE_TEXT_COLOR_MESSAGE_NEARBY
public static final int TYPE_TEXT_COLOR_MESSAGE_NEW
public static final int TYPE_TEXT_COLOR_MESSAGE_FUNTION
public static final int TYPE_TEXT_COLOR_MESSAGE_GUIDE
public static final int TYPE_TEXT_COLOR_MESSAGE_GUARDIN
public static final int TYPE_BACKGROUD_MESSAGE_JOINSTYLE_5
public static final int TYPE_BACKGROUD_MESSAGE_JOINSTYLE_20
public ChatMessageUIBean(int mType)
public ChatMessageUIBean(int mType, boolean startImage, boolean endImage)
public ChatMessageUIBean(int mType, int mTextColorType, int mBackGroundType)
public ChatMessageUIBean(int mType, int mTextColorType, int mBackGroundType, boolean startImage, boolean endImage)
public int getType()
public void setType(int mType)
public int getTextColorType()
public void setTextColorType(int mTextColorType)
public int getBackGroudType()
public void setBackGroundType(int mBackGroudType)
public boolean isShowStartImage()
public void setShowStartImage(boolean showStartImage)
public boolean isShowEndImage()
public void setShowEndImage(boolean showEndImage)
public int getPrivilegeMessageTextColor()
public int getPrivilegeMessageBackGround()
public void setVIPMsgBGColor(java.lang.String vipBorderColor)
public java.lang.String getVipBorderColor()