|
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.WhiteboardObjectPolygonJabberImpl
public class WhiteboardObjectPolygonJabberImpl
WhiteboardObjectPolygonJabberImpl
WhiteboardObjectPolygonJabberImpl are created through the WhiteboardSession session.
All WhiteboardObjectPolygonJabberImpl have whiteboard object id.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPolygon |
|---|
NAME |
| Constructor Summary | |
|---|---|
WhiteboardObjectPolygonJabberImpl()
Default WhiteboardObjectPolygonJabberImpl constructor. |
|
WhiteboardObjectPolygonJabberImpl(String xml)
WhiteboardObjectPolygonJabberImpl constructor. |
|
| 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()
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 |
setPoints(List<WhiteboardPoint> points)
Sets the list of WhiteboardPoint instances that this WhiteboardObject is composed of. |
String |
toXML()
Returns the XML representation 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 WhiteboardObjectPolygonJabberImpl()
public WhiteboardObjectPolygonJabberImpl(String xml)
xml - the XML string object to parse.| Method Detail |
|---|
public void setPoints(List<WhiteboardPoint> points)
setPoints in interface WhiteboardObjectPolygonpoints - the list of WhiteboardPoint instances that this
WhiteboardObject is composed of.public List<WhiteboardPoint> getPoints()
getPoints in interface WhiteboardObjectPolygonpublic boolean isFill()
isFill in interface WhiteboardObjectPolygonpublic void setFill(boolean fill)
setFill in interface WhiteboardObjectPolygonfill - The new fill state.public void setBackgroundColor(int backColor)
setBackgroundColor in interface WhiteboardObjectPolygonbackColor - the color that we'd like to set for the background of this
WhiteboardObject (using standard RGB encoding).public int getBackgroundColor()
getBackgroundColor in interface WhiteboardObjectPolygonpublic 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 | |||||||||