|
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 WhiteboardObjectCircle
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 circle. |
| Method Summary | |
|---|---|
int |
getBackgroundColor()
Returns an integer representing the background color of this object. |
double |
getRadius()
Returns the radius (in pixels) of this whiteboard circle. |
WhiteboardPoint |
getWhiteboardPoint()
Returns the coordinates of this whiteboard object. |
boolean |
isFill()
Returns the fill state of the WhiteboardObject. |
void |
setBackgroundColor(int color)
Specifies the background color for this object. |
void |
setFill(boolean fill)
Sets the fill state of the WhiteboardObject. |
void |
setRadius(double radius)
Sets the radius (in pixels) of this whiteboard circle. |
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.double getRadius()
void setRadius(double radius)
radius - the number of pixels for the radius.boolean isFill()
void setFill(boolean fill)
fill - The new fill state.void setBackgroundColor(int color)
color - the color that we'd like to set for the background of this
WhiteboardObject (using standard RGB encoding).int getBackgroundColor()
|
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 | |||||||||