|
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.WhiteboardObjectTextJabberImpl
public class WhiteboardObjectTextJabberImpl
WhiteboardObjectTextJabberImpl
WhiteboardObjectTextJabberImpl are created through the WhiteboardSession session.
All WhiteboardObjectTextJabberImpl have whiteboard object id.
| Field Summary |
|---|
| Fields inherited from interface net.java.sip.communicator.service.protocol.whiteboardobjects.WhiteboardObjectText |
|---|
NAME |
| Constructor Summary | |
|---|---|
WhiteboardObjectTextJabberImpl()
Default WhiteboardObjectTextJabberImpl constructor. |
|
WhiteboardObjectTextJabberImpl(String xml)
WhiteboardObjectTextJabberImpl constructor. |
|
| Method Summary | |
|---|---|
String |
getFontName()
Returns the WhiteboardObjectTextJabberImpl's font name. |
int |
getFontSize()
Returns the WhiteboardObjectTextJabberImpl's font size. |
String |
getText()
Returns the WhiteboardObjectTextJabberImpl's text. |
WhiteboardPoint |
getWhiteboardPoint()
Returns the coordinates of this whiteboard object. |
void |
setFontName(String fontName)
Sets the WhiteboardObjectTextJabberImpl's font name. |
void |
setFontSize(int fontSize)
Sets the WhiteboardObjectTextJabberImpl's font size. |
void |
setText(String text)
Sets the WhiteboardObjectTextJabberImpl's text. |
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 WhiteboardObjectTextJabberImpl()
public WhiteboardObjectTextJabberImpl(String xml)
xml - the XML string object to parse.| Method Detail |
|---|
public WhiteboardPoint getWhiteboardPoint()
getWhiteboardPoint in interface WhiteboardObjectTextpublic void setWhiteboardPoint(WhiteboardPoint whiteboardPoint)
setWhiteboardPoint in interface WhiteboardObjectTextwhiteboardPoint - the coordinates of this object.public String getText()
getText in interface WhiteboardObjectTextpublic void setText(String text)
setText in interface WhiteboardObjectTexttext - the new WhiteboardObjectTextJabberImpl's text.public int getFontSize()
getFontSize in interface WhiteboardObjectTextpublic void setFontSize(int fontSize)
setFontSize in interface WhiteboardObjectTextfontSize - the new WhiteboardObjectTextJabberImpl's font size.public String getFontName()
getFontName in interface WhiteboardObjectTextpublic void setFontName(String fontName)
setFontName in interface WhiteboardObjectTextfontName - the new WhiteboardObjectTextJabberImpl's font name.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 | |||||||||