|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.anji.floatingeye.CompositeAffinityListener
CompositeAffinityListener
Constructor Summary | |
CompositeAffinityListener()
|
Method Summary | |
void |
add(AffinityListener listener)
add new listener |
void |
reset()
reset affinity history |
java.lang.String |
toString()
|
void |
updateAffinity(IntLocation2D aPos,
double aValue)
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 CompositeAffinityListener()
Method Detail |
public void add(AffinityListener listener)
listener
- public void updateAffinity(IntLocation2D aPos, double aValue)
AffinityListener
pos
is value
affinity should be between 0.0 and 1.0 inclusive
updateAffinity
in interface AffinityListener
aPos
- aValue
- AffinityListener.updateAffinity(com.anji.imaging.IntLocation2D, double)
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 |