|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WhiteboardObjectText
Used to access the content of instant whiteboard objects that are sent or received via the WhiteboardOperationSet.
| Field Summary | |
|---|---|
static String |
NAME
A type string constant indicating that an object is of type text. |
| Method Summary | |
|---|---|
String |
getFontName()
Returns the WhiteboardObjectText's font name. |
int |
getFontSize()
Returns the WhiteboardObjectText's font size. |
String |
getText()
Returns the WhiteboardObjectText's text. |
WhiteboardPoint |
getWhiteboardPoint()
Returns the coordinates of this whiteboard object. |
void |
setFontName(String fontName)
Sets the WhiteboardObjectText's font name. |
void |
setFontSize(int fontSize)
Sets the WhiteboardObjectText's font size. |
void |
setText(String text)
Sets the WhiteboardObjectText's text. |
void |
setWhiteboardPoint(WhiteboardPoint whiteboardPoint)
Sets the coordinates of this whiteboard object. |
| Methods inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObject |
|---|
getColor, getID, getThickness, setColor, setThickness |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
WhiteboardPoint getWhiteboardPoint()
void setWhiteboardPoint(WhiteboardPoint whiteboardPoint)
whiteboardPoint - the coordinates of this object.String getText()
void setText(String text)
text - the new WhiteboardObjectText's text.int getFontSize()
void setFontSize(int fontSize)
fontSize - the new WhiteboardObjectText's font size.String getFontName()
void setFontName(String fontName)
fontName - the new WhiteboardObjectText's font name.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||