|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--interagents.ObjectStatus
Field Summary | |
boolean |
aTarget
true if the object is an original target or a construction of one; private, can only be altered through methods |
boolean |
clickable
true if the object is clickable on screen |
int |
constructionLevel
Records at what level in a subconstruction an object is created; used in OpShow... |
boolean |
mustRefresh
true if the object must be refreshed at next redrawing opportunity |
java.lang.String |
name
|
int |
sameAs
The @see EuLab number of another object, identical to the present one, in the same @see EuLab, or -1 if there is no such object. |
fundamentals.EuVector |
selectedAt
|
boolean |
visible
true if the object is visible on screen |
Constructor Summary | |
ObjectStatus(int segment)
|
Method Summary | |
interagents.ObjectStatus |
cloneMe()
|
int |
currentColor()
|
int |
currentColor(boolean selected)
|
boolean |
mustDraw(int level)
|
boolean |
originalTarget()
|
int |
secondaryColor()
|
void |
selectAt(fundamentals.EuVector ev)
|
void |
setInvisible()
|
void |
setTarget()
|
void |
setVisible()
|
boolean |
solutionObject()
|
java.lang.String |
toString()
|
void |
trigVisible()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public boolean visible
public boolean clickable
public boolean mustRefresh
public java.lang.String name
public fundamentals.EuVector selectedAt
public int sameAs
public boolean aTarget
public int constructionLevel
Constructor Detail |
public ObjectStatus(int segment)
Method Detail |
public int currentColor(boolean selected)
public int currentColor()
public int secondaryColor()
public void setTarget()
public boolean originalTarget()
public boolean solutionObject()
public void trigVisible()
public void setVisible()
public void setInvisible()
public void selectAt(fundamentals.EuVector ev)
public boolean mustDraw(int level)
public java.lang.String toString()
toString
in class java.lang.Object
public interagents.ObjectStatus cloneMe()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |