sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02529
[Bug 771200] Re: [request] Location object missing getter and setter methods
In fact, Location has getX and getY methods because it inherits from
java.awt.Point. However, as Raiman suggested, I think using .x and .y
would be simpler.
** Changed in: sikuli
Status: New => Won't Fix
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/771200
Title:
[request] Location object missing getter and setter methods
Status in Sikuli:
Won't Fix
Bug description:
I'm not sure if it's not supposed to have them but I thought it
strange that there are no getX, getY, setX, setY methods for the
Location object.
References