|
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 WhiteboardObjectImage
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 | |
|---|---|
byte[] |
getBackgroundImage()
Returns a binary array containing the image that should be displayed as the background of this WhiteboardObject. |
double |
getHeight()
Returns the height (in pixels) of the WhiteboardObject. |
WhiteboardPoint |
getWhiteboardPoint()
Returns the coordinates of this whiteboard object. |
double |
getWidth()
Returns the width (in pixels) of the WhiteboardObject. |
void |
setBackgroundImage(byte[] background)
Specifies an image that should be displayed as the background of this object. |
void |
setHeight(double height)
Sets the width (in pixels) of the WhiteboardObject. |
void |
setWhiteboardPoint(WhiteboardPoint whiteboardPoint)
Sets the coordinates of this whiteboard object. |
void |
setWidth(double width)
Sets the width (in pixels) of the WhiteboardObject. |
| 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 getHeight()
double getWidth()
void setHeight(double height)
height - The new height.void setWidth(double width)
width - The new width.void setBackgroundImage(byte[] background)
background - a binary array containing the image that should be
displayed as the object background.byte[] getBackgroundImage()
|
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 | |||||||||