|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.floatingeye.LastAffinityListener
Constructor Summary | |
LastAffinityListener()
|
Method Summary | |
double |
getLastAffinity()
|
void |
reset()
reset affinity history |
java.lang.String |
toString()
|
void |
updateAffinity(IntLocation2D pos,
double value)
current affinity while eye is at position pos is value
affinity should be between 0.0 and 1.0 inclusive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LastAffinityListener()
Method Detail |
public void updateAffinity(IntLocation2D pos, double value)
AffinityListener
pos
is value
affinity should be between 0.0 and 1.0 inclusive
updateAffinity
in interface AffinityListener
pos
- value
- AffinityListener.updateAffinity(com.anji.imaging.IntLocation2D,
double)
public double getLastAffinity()
public void reset()
AffinityListener
reset
in interface AffinityListener
AffinityListener.reset()
public java.lang.String toString()
Object.toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |