|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.anji.floatingeye.CompositeAffinityListener
public class 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)
AffinityListenerpos is value
affinity should be between 0.0 and 1.0 inclusive
updateAffinity in interface AffinityListenerAffinityListener.updateAffinity(com.anji.imaging.IntLocation2D, double)public void reset()
AffinityListener
reset in interface AffinityListenerAffinityListener.reset()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||