Uses of Class
com.anji.floatingeye.EyeMovementParms

Packages that use EyeMovementParms
com.anji.floatingeye com.anji.floatingeye contains classes to build and operate a "floating eye" which is an agent that can move up and down, left and right, and zoom in and out relative to an image, or "surface". 
 

Uses of EyeMovementParms in com.anji.floatingeye
 

Constructors in com.anji.floatingeye with parameters of type EyeMovementParms
FloatingEye(java.lang.String aName, java.util.List controlNeurons, Surface aSurface, int anEyeDim, EyeMovementParms someMovementParms)
          A floating eye is a 2-d window of inputs to a neural net that can zoom in and out relative to a 2-d surface.
AnjiNetFloatingEye(AnjiNet aNet, Surface aSurface, int anEyeDim, EyeMovementParms movementParms, AffinityListener anAffinityListener, java.util.List additionalInputConnections)
          Connects and AnjiNet to a FloatingEye.