|
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.WhiteboardObjectPathJabberImpl
public class WhiteboardObjectPathJabberImpl
WhiteboardObjectPathJabberImpl
WhiteboardObjectPathJabberImpl are created through the WhiteboardSession session.
All WhiteboardObjectPathJabberImpl have whiteboard object id.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectPath |
|---|
NAME |
| Constructor Summary | |
|---|---|
WhiteboardObjectPathJabberImpl()
Default WhiteboardObjectPathJabberImpl constructor. |
|
WhiteboardObjectPathJabberImpl(String xml)
WhiteboardObjectPathJabberImpl constructor. |
|
| 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. |
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 WhiteboardObjectPathJabberImpl()
public WhiteboardObjectPathJabberImpl(String xml)
xml - the XML string object to parse.| Method Detail |
|---|
public void setPoints(List<WhiteboardPoint> points)
setPoints in interface WhiteboardObjectPathpoints - the list of WhiteboardPoint instances that this
WhiteboardObject is composed of.public List<WhiteboardPoint> getPoints()
getPoints in interface WhiteboardObjectPathpublic 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 | |||||||||