public class EPBubbleAppearance
Object representing the bubble appearance.
Constructor and Description |
---|
EPBubbleAppearance()
Object representing the bubble appearance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBubbleColor()
The bubble color
|
int |
getBubbleImage()
A 9 patch drawable res used to draw the bubble
|
int |
getOverBubbleImage()
A 9 patch drawable res displayed above the bubble (for videos and images)
|
int |
getStrongTextAppearance()
the TextAppearance to use on the bubble text for a Strong Message
|
int |
getTextAppearance()
the TextAppearance to use on the bubble text
|
void |
setBubbleColor(java.lang.Integer p)
The bubble color
|
void |
setBubbleImage(int p)
A 9 patch drawable res used to draw the bubble
|
void |
setOverBubbleImage(int p)
A 9 patch drawable res displayed above the bubble (for videos and images)
|
void |
setStrongTextAppearance(int p)
the TextAppearance to use on the bubble text for a Strong Message
|
void |
setTextAppearance(int p)
the TextAppearance to use on the bubble text
|
public EPBubbleAppearance()
Object representing the bubble appearance.
public int getTextAppearance()
the TextAppearance to use on the bubble text
public void setTextAppearance(int p)
the TextAppearance to use on the bubble text
public int getStrongTextAppearance()
the TextAppearance to use on the bubble text for a Strong Message
public void setStrongTextAppearance(int p)
the TextAppearance to use on the bubble text for a Strong Message
public int getBubbleImage()
A 9 patch drawable res used to draw the bubble
public void setBubbleImage(int p)
A 9 patch drawable res used to draw the bubble
public java.lang.Integer getBubbleColor()
The bubble color
public void setBubbleColor(java.lang.Integer p)
The bubble color
public int getOverBubbleImage()
A 9 patch drawable res displayed above the bubble (for videos and images)
public void setOverBubbleImage(int p)
A 9 patch drawable res displayed above the bubble (for videos and images)