|
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 WhiteboardObjectPolygon
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 polygon. |
| Method Summary | |
|---|---|
int |
getBackgroundColor()
Returns an integer representing the background color of this object. |
List<WhiteboardPoint> |
getPoints()
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of. |
boolean |
isFill()
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 |
setPoints(List<WhiteboardPoint> points)
Sets the list of WhiteboardPoint instances that this WhiteboardObject is composed of. |
| 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 |
|---|
boolean isFill()
void setFill(boolean fill)
fill - The new fill state.List<WhiteboardPoint> getPoints()
void setPoints(List<WhiteboardPoint> points)
points - the list of WhiteboardPoint instances that this
WhiteboardObject is composed of.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 | |||||||||