Uses of Class
com.anji.imaging.IntLocation2D

Packages that use IntLocation2D
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". 
com.anji.imaging com.anji.imaging contains utility classes to handle image processing. 
 

Uses of IntLocation2D in com.anji.floatingeye
 

Methods in com.anji.floatingeye that return IntLocation2D
 IntLocation2D FloatingEye.getSurfaceLocation()
          translates eye location values from representation range (-1.0 ...
 

Methods in com.anji.floatingeye with parameters of type IntLocation2D
 void WeightedAffinityListener.updateAffinity(IntLocation2D pos, double value)
           
 void MaxAffinityListener.updateAffinity(IntLocation2D pos, double value)
           
 void LastAffinityListener.updateAffinity(IntLocation2D pos, double value)
           
 void FloatingEyeDisplay.updateAffinity(IntLocation2D aPos, double aValue)
           
 void CompositeAffinityListener.updateAffinity(IntLocation2D aPos, double aValue)
           
 void AffinityListener.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
 

Uses of IntLocation2D in com.anji.imaging
 

Methods in com.anji.imaging with parameters of type IntLocation2D
 void CoordinateTranslator.transform(IntLocation2D coords, int max)
          transforms coords based on perspective; coords should be between 0 and max, inclusive