|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrcssjava.monitor.FieldShape
public abstract class FieldShape
Shape drawn on field
Field Summary | |
---|---|
protected int |
depth
|
Constructor Summary | |
---|---|
FieldShape()
|
Method Summary | |
---|---|
int |
compareTo(FieldShape fs)
Allows shapes to be sorted by depth. |
abstract void |
draw(rcssjava.monitor.FieldCanvas fc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int depth
Constructor Detail |
---|
public FieldShape()
Method Detail |
---|
public int compareTo(FieldShape fs)
depth
are drawn on top. The field itself is
0
.
compareTo
in interface java.lang.Comparable<FieldShape>
public abstract void draw(rcssjava.monitor.FieldCanvas fc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |