|
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 WhiteboardObject
Used to access the content of instant whiteboard objects that are sent or received via the WhiteboardOperationSet.
WhiteboardObject are created through the WhiteboardSession session.
All WhiteboardObjects have whiteboard object id.
| Field Summary | |
|---|---|
static String |
NAME
A type string constant indicating that an object is of type object. |
| Method Summary | |
|---|---|
int |
getColor()
Returns an integer representing the color of this object. |
String |
getID()
Returns a String uniquely identifying this WhiteboardObject. |
int |
getThickness()
Returns an integer indicating the thickness (represented as number of pixels) of this whiteboard object (or its border). |
void |
setColor(int color)
Sets the color of this whiteboard object (or rather it's border). |
void |
setThickness(int thickness)
Sets the thickness (in pixels) of this whiteboard object. |
| Field Detail |
|---|
static final String NAME
| Method Detail |
|---|
String getID()
int getThickness()
void setThickness(int thickness)
thickness - the number of pixels that this object (or its border)
should be thick.int getColor()
void setColor(int color)
color - the color that we'd like to set on this object (using
standard RGB encoding).
|
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 | |||||||||