|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuka.graph.Message
uka.graph.dlf.DLFColorMessage
This messages acknowledges a proposed color.
| Field Summary | |
protected int |
color
The color wich is acknowledged. |
| Fields inherited from class uka.graph.Message |
fromRank |
| Constructor Summary | |
DLFColorMessage(int fromRank,
int color)
|
|
| Method Summary | |
void |
appendTo(ToString s)
This method should append the contents of each instance variable of the current
object to the given ToString object. |
int |
getColor()
Returns the acknowledged color. |
| Methods inherited from class uka.graph.Message |
getFromRank |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected final int color
| Constructor Detail |
public DLFColorMessage(int fromRank,
int color)
| Method Detail |
public int getColor()
public void appendTo(ToString s)
Printableappend the contents of each instance variable of the current
object to the given ToString object. The appended data
should be labeled with the name of the corresponding instance
variable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||