RetryManager

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.pixy.matching. RetryManager
+POLICY_NO_RETRY :int
+POLICY_POSITION_UNCERTAIN :int
+POLICY_POSITION_SEARCH :int
#policy :int
#original_coor :Coor
#original_fov_width :double
#original_fov_height :double
#search_radius :double
#retry_count :int
-coor_list :Vector
+RetryManager(Coor center_coor, double fov_width, double fov_height)
+setSearchRadius(double radius) :void
+setPolicy(int policy) :void
+increment() :void
+getCenterCoor() :Coor
+getHorizontalFov() :double
+getVerticalFov() :double