Comment 1 for bug 710746

Revision history for this message
Tsung-Hsiang Chang (vgod) wrote : Re: [request] Location.getX() and getY() return Python-float/Java-double (from java.awt.Point) - should return int

The return type of getX and getY can't be changed, so I add another constructor for Location.
The constructor of Location accepts float as well now.