|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--wtanaka.praya.obj.Obj
|
+--wtanaka.praya.obj.Message
|
+--wtanaka.praya.obj.GFXMessage
A graphically represented message object.
Return to
or the Praya Homepage
| Field Summary | |
private int |
x
|
private int |
y
|
| Fields inherited from class wtanaka.praya.obj.Message |
generatedBy, score |
| Fields inherited from class wtanaka.praya.obj.Obj |
CONTENTS, date, DATE, FROM, privThread, REVCONTENTS, REVDATE, REVFROM, REVSCORE, REVSUBJECT, SCORE, secretObject, SUBJECT |
| Constructor Summary | |
GFXMessage(Protocol parent)
|
|
| Method Summary | |
int |
getX()
|
int |
getY()
|
void |
moveTo(int x,
int y)
|
| Methods inherited from class wtanaka.praya.obj.Message |
changeScore, convertStringToHtml, getScore, getSourceProtocol, isSelfMessage, isStateChangeMessage, lessThan, renderAsHTML, renderAsHTML, renderAsString, replyRecipient, setZombie, toString |
| Methods inherited from class wtanaka.praya.obj.Obj |
getContents, getFrom, getSubject, getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface wtanaka.praya.ent.Entity |
contains, drawThisOn, wasClicked, wasDoubleClicked, wasDraggedOnto |
| Field Detail |
private int x
private int y
| Constructor Detail |
public GFXMessage(Protocol parent)
| Method Detail |
public int getX()
getX in interface Entitypublic int getY()
getY in interface Entity
public void moveTo(int x,
int y)
moveTo in interface Entity
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||