|
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.WhiteboardObjectLineJabberImpl
public class WhiteboardObjectLineJabberImpl
WhiteboardObjectLineJabberImpl
WhiteboardObjectLineJabberImpl are created through the WhiteboardSession session.
All WhiteboardObjectLineJabberImpl have whiteboard object id.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectLine |
|---|
NAME |
| Constructor Summary | |
|---|---|
WhiteboardObjectLineJabberImpl()
Default WhiteboardObjectLineJabberImpl constructor. |
|
WhiteboardObjectLineJabberImpl(String xml)
WhiteboardObjectLineJabberImpl constructor. |
|
| Method Summary | |
|---|---|
WhiteboardPoint |
getWhiteboardPointEnd()
Returns the coordinates of end point for the line |
WhiteboardPoint |
getWhiteboardPointStart()
Returns the coordinates of start point for the line |
void |
setWhiteboardPointEnd(WhiteboardPoint whiteboardPointEnd)
Sets the coordinates of end point for the line |
void |
setWhiteboardPointStart(WhiteboardPoint whiteboardPointStart)
Sets the coordinates of start point for the line |
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 WhiteboardObjectLineJabberImpl()
public WhiteboardObjectLineJabberImpl(String xml)
xml - the XML string object to parse.| Method Detail |
|---|
public WhiteboardPoint getWhiteboardPointStart()
getWhiteboardPointStart in interface WhiteboardObjectLinepublic WhiteboardPoint getWhiteboardPointEnd()
getWhiteboardPointEnd in interface WhiteboardObjectLinepublic void setWhiteboardPointStart(WhiteboardPoint whiteboardPointStart)
setWhiteboardPointStart in interface WhiteboardObjectLinewhiteboardPointStart - the new start coordinates for this line.public void setWhiteboardPointEnd(WhiteboardPoint whiteboardPointEnd)
setWhiteboardPointEnd in interface WhiteboardObjectLinewhiteboardPointEnd - the new end coordinates for this line.public 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 | |||||||||