|
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 WhiteboardObjectPath
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 path. |
| Method Summary | |
|---|---|
List<WhiteboardPoint> |
getPoints()
Returns a list of all the WhiteboardPoint instances that this WhiteboardObject is composed of. |
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 |
|---|
List<WhiteboardPoint> getPoints()
void setPoints(List<WhiteboardPoint> points)
points - the list of WhiteboardPoint instances that this
WhiteboardObject is composed of.
|
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 | |||||||||