Uses of Class
com.anji.floatingeye.FloatingEye

Packages that use FloatingEye
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 FloatingEye in com.anji.floatingeye
 

Methods in com.anji.floatingeye that return FloatingEye
 FloatingEye AnjiNetFloatingEye.getFloatingEye()
           
 

Constructors in com.anji.floatingeye with parameters of type FloatingEye
ThetaConnection(FloatingEye anEye)
           
SurfaceCanvas(Java2DSurface aSurface, FloatingEye anEye, int canvasWidth, int canvasHeight)
          ctor
LocationZConnection(FloatingEye anEye)
           
LocationYConnection(FloatingEye anEye)
           
LocationXConnection(FloatingEye anEye)
           
FloatingEyeDisplay(Java2DSurface aSurface, FloatingEye anEye)
          ctor
EyePixelConnection(int anX, int aY, FloatingEye anEye)
           
EyeCanvas(FloatingEye anEye, int canvasWidth, int canvasHeight)