wtanaka.praya.obj
Class GFXMessage

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.Message
              |
              +--wtanaka.praya.obj.GFXMessage
All Implemented Interfaces:
Entity, java.io.Serializable
Direct Known Subclasses:
MimeDefinition, PlainGFXMessage

public abstract class GFXMessage
extends Message
implements Entity, java.io.Serializable

A graphically represented message object.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/03 07:17:28 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 
Methods inherited from interface wtanaka.praya.ent.Entity
contains, drawThisOn, wasClicked, wasDoubleClicked, wasDraggedOnto
 

Field Detail

x

private int x

y

private int y
Constructor Detail

GFXMessage

public GFXMessage(Protocol parent)
Method Detail

getX

public int getX()
Specified by:
getX in interface Entity

getY

public int getY()
Specified by:
getY in interface Entity

moveTo

public void moveTo(int x,
                   int y)
Specified by:
moveTo in interface Entity