sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #00998
[Bug 710746] [NEW] [request] Location.getX() and getY() return Python-float/Java-double (from java.awt.Point) - should return int
Public bug reported:
see related question
Class Location is defined on the Java level and does not have it's own
get/set methods inheriting it from java.awt.Point.
These getX, .... return a double (Python float) value.
** Affects: sikuli
Importance: Wishlist
Status: New
** Description changed:
see related question
+
+ Class Location is defined on the Java level and does not have it's own
+ get/set methods inheriting it from java.awt.Point.
+
+ These getX, .... return a double (Python float) value.
** Changed in: sikuli
Importance: Undecided => Wishlist
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/710746
Title:
[request] Location.getX() and getY() return Python-float/Java-double
(from java.awt.Point) - should return int
Status in Sikuli:
New
Bug description:
see related question
Class Location is defined on the Java level and does not have it's own
get/set methods inheriting it from java.awt.Point.
These getX, .... return a double (Python float) value.
Follow ups
References