Uses of Class
com.facilita.fc.eggPlant.Point
-
Packages that use Point Package Description com.facilita.fc.eggPlant The eggPlant API provides classes and methods for GUI automation, using eggPlant Drive to communicate with eggPlant Functional. -
-
Uses of Point in com.facilita.fc.eggPlant
Methods in com.facilita.fc.eggPlant that return Point Modifier and Type Method Description Point
Rectangle. bottomRight()
Get a Point representing the location of the top left corner of the Rectangle.Point
ImageInfo. CaptureLocation()
Screen coordinates of the image when it was captured.Point
EggplantVirtualUser. FoundImageLocation()
Point
EggplantVirtualUserInterface. FoundImageLocation()
Get the location of the last image we found.Point
EggplantVirtualUserScript. FoundImageLocation()
Point
ImageInfo. HotSpot()
Coordinates of the Hot Spot within the image.Point
EggplantVirtualUser. ImageHotSpot(java.lang.String image)
Point
EggplantVirtualUserInterface. ImageHotSpot(java.lang.String image)
Get the hot spot location of an image Consult the Eggplant Functional documentation for details.Point
EggplantVirtualUserScript. ImageHotSpot(java.lang.String image)
Point
EggplantVirtualUser. ImageLocation(java.lang.String image, java.lang.String... images)
Point
EggplantVirtualUserInterface. ImageLocation(java.lang.String image, java.lang.String... images)
Get the location of an image.Point
EggplantVirtualUserScript. ImageLocation(java.lang.String image, java.lang.String... images)
Point
EggplantVirtualUser. MouseLocation()
Point
EggplantVirtualUserInterface. MouseLocation()
Gets the mouse location.Point
EggplantVirtualUserScript. MouseLocation()
Point
Rectangle. topLeft()
Get a Point representing the location of the top left corner of the Rectangle.Methods in com.facilita.fc.eggPlant that return types with arguments of type Point Modifier and Type Method Description java.util.List<Point>
EggplantVirtualUser. EveryImageLocation(java.lang.String image, java.lang.String... images)
java.util.List<Point>
EggplantVirtualUserInterface. EveryImageLocation(java.lang.String image, java.lang.String... images)
Get a list of image locations.java.util.List<Point>
EggplantVirtualUserScript. EveryImageLocation(java.lang.String image, java.lang.String... images)
Methods in com.facilita.fc.eggPlant with parameters of type Point Modifier and Type Method Description void
EggplantVirtualUser. Click(Point point)
void
EggplantVirtualUserInterface. Click(Point point)
Click on a point on the screen.void
EggplantVirtualUserScript. Click(Point point)
Color
EggplantVirtualUser. ColorAtLocation(Point location)
Color
EggplantVirtualUserInterface. ColorAtLocation(Point location)
Get the color at a location.Color
EggplantVirtualUserScript. ColorAtLocation(Point location)
void
EggplantVirtualUser. DoubleClick(Point point)
void
EggplantVirtualUserInterface. DoubleClick(Point point)
Double click a point on the screen.void
EggplantVirtualUserScript. DoubleClick(Point point)
void
EggplantVirtualUser. Drag(Point point)
void
EggplantVirtualUserInterface. Drag(Point point)
Drag a point on the screen.void
EggplantVirtualUserScript. Drag(Point point)
void
EggplantVirtualUser. DragAndDrop(Point start, Point... subsequent)
void
EggplantVirtualUserInterface. DragAndDrop(Point start, Point... subsequent)
Drag and drop from one point to another.void
EggplantVirtualUserScript. DragAndDrop(Point start, Point... subsequent)
void
EggplantVirtualUser. Drop(Point point)
void
EggplantVirtualUserInterface. Drop(Point point)
Drop a point on the screen.void
EggplantVirtualUserScript. Drop(Point point)
Color
EggplantVirtualUser. ImageColorAtLocation(java.lang.String image, Point location)
Color
EggplantVirtualUserInterface. ImageColorAtLocation(java.lang.String image, Point location)
Get the color of an image at a location.Color
EggplantVirtualUserScript. ImageColorAtLocation(java.lang.String image, Point location)
void
EggplantVirtualUser. MoveTo(Point point)
void
EggplantVirtualUserInterface. MoveTo(Point point)
Move to a point on the screen.void
EggplantVirtualUserScript. MoveTo(Point point)
void
EggplantVirtualUser. MoveToEach(Point... points)
void
EggplantVirtualUserInterface. MoveToEach(Point... points)
Move to a number of points on the screen.void
EggplantVirtualUserScript. MoveToEach(Point... points)
java.lang.String
EggplantVirtualUser. ReadText(Point point, java.lang.String... params)
java.lang.String
EggplantVirtualUserInterface. ReadText(Point point, java.lang.String... params)
Read text at a point on the screen Consult the Eggplant Functional documentation for details.java.lang.String
EggplantVirtualUserScript. ReadText(Point point, java.lang.String... params)
void
EggplantVirtualUser. RightClick(Point point)
void
EggplantVirtualUserInterface. RightClick(Point point)
Right click a point on the screen.void
EggplantVirtualUserScript. RightClick(Point point)
-