|
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 | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl
net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectCircleJabberImpl
public class WhiteboardObjectCircleJabberImpl
WhiteboardObjectCircleJabberImpl
WhiteboardObjectCircleJabberImpl are created through the WhiteboardSession session.
All WhiteboardObjectCircleJabberImpl have whiteboard object id.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectCircle |
|---|
NAME |
| Constructor Summary | |
|---|---|
WhiteboardObjectCircleJabberImpl()
Default WhiteboardObjectCircleJabberImpl constructor. |
|
WhiteboardObjectCircleJabberImpl(String xml)
WhiteboardObjectCircleJabberImpl constructor. |
|
| 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 backColor)
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. |
String |
toXML()
Returns the XML reppresentation of the PacketExtension. |
| Methods inherited from class net.java.sip.communicator.impl.protocol.jabber.extensions.whiteboard.WhiteboardObjectJabberImpl |
|---|
colorToHex, colorToHex, equals, generateID, getColor, getID, getThickness, setColor, setID, setThickness |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObject |
|---|
getColor, getID, getThickness, setColor, setThickness |
| Constructor Detail |
|---|
public WhiteboardObjectCircleJabberImpl()
public WhiteboardObjectCircleJabberImpl(String xml)
xml - the XML string object to parse.| Method Detail |
|---|
public WhiteboardPoint getWhiteboardPoint()
getWhiteboardPoint in interface WhiteboardObjectCirclepublic void setWhiteboardPoint(WhiteboardPoint whiteboardPoint)
setWhiteboardPoint in interface WhiteboardObjectCirclewhiteboardPoint - the coordinates of this object.public double getRadius()
getRadius in interface WhiteboardObjectCirclepublic void setRadius(double radius)
setRadius in interface WhiteboardObjectCircleradius - the number of pixels for the radius.public boolean isFill()
isFill in interface WhiteboardObjectCirclepublic void setFill(boolean fill)
setFill in interface WhiteboardObjectCirclefill - The new fill state.public void setBackgroundColor(int backColor)
setBackgroundColor in interface WhiteboardObjectCirclebackColor - the color that we'd like to set for the background of this
WhiteboardObject (using standard RGB encoding).public int getBackgroundColor()
getBackgroundColor in interface WhiteboardObjectCirclepublic String toXML()
toXML in class WhiteboardObjectJabberImpl
|
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 | |||||||||