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 PointRectangle. bottomRight()Get a Point representing the location of the top left corner of the Rectangle.PointImageInfo. CaptureLocation()Screen coordinates of the image when it was captured.PointEggplantVirtualUser. FoundImageLocation()PointEggplantVirtualUserInterface. FoundImageLocation()Get the location of the last image we found.PointEggplantVirtualUserScript. FoundImageLocation()PointImageInfo. HotSpot()Coordinates of the Hot Spot within the image.PointEggplantVirtualUser. ImageHotSpot(java.lang.String image)PointEggplantVirtualUserInterface. ImageHotSpot(java.lang.String image)Get the hot spot location of an image Consult the Eggplant Functional documentation for details.PointEggplantVirtualUserScript. ImageHotSpot(java.lang.String image)PointEggplantVirtualUser. ImageLocation(java.lang.String image, java.lang.String... images)PointEggplantVirtualUserInterface. ImageLocation(java.lang.String image, java.lang.String... images)Get the location of an image.PointEggplantVirtualUserScript. ImageLocation(java.lang.String image, java.lang.String... images)PointEggplantVirtualUser. MouseLocation()PointEggplantVirtualUserInterface. MouseLocation()Gets the mouse location.PointEggplantVirtualUserScript. MouseLocation()PointRectangle. 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 voidEggplantVirtualUser. Click(Point point)voidEggplantVirtualUserInterface. Click(Point point)Click on a point on the screen.voidEggplantVirtualUserScript. Click(Point point)ColorEggplantVirtualUser. ColorAtLocation(Point location)ColorEggplantVirtualUserInterface. ColorAtLocation(Point location)Get the color at a location.ColorEggplantVirtualUserScript. ColorAtLocation(Point location)voidEggplantVirtualUser. DoubleClick(Point point)voidEggplantVirtualUserInterface. DoubleClick(Point point)Double click a point on the screen.voidEggplantVirtualUserScript. DoubleClick(Point point)voidEggplantVirtualUser. Drag(Point point)voidEggplantVirtualUserInterface. Drag(Point point)Drag a point on the screen.voidEggplantVirtualUserScript. Drag(Point point)voidEggplantVirtualUser. DragAndDrop(Point start, Point... subsequent)voidEggplantVirtualUserInterface. DragAndDrop(Point start, Point... subsequent)Drag and drop from one point to another.voidEggplantVirtualUserScript. DragAndDrop(Point start, Point... subsequent)voidEggplantVirtualUser. Drop(Point point)voidEggplantVirtualUserInterface. Drop(Point point)Drop a point on the screen.voidEggplantVirtualUserScript. Drop(Point point)ColorEggplantVirtualUser. ImageColorAtLocation(java.lang.String image, Point location)ColorEggplantVirtualUserInterface. ImageColorAtLocation(java.lang.String image, Point location)Get the color of an image at a location.ColorEggplantVirtualUserScript. ImageColorAtLocation(java.lang.String image, Point location)voidEggplantVirtualUser. MoveTo(Point point)voidEggplantVirtualUserInterface. MoveTo(Point point)Move to a point on the screen.voidEggplantVirtualUserScript. MoveTo(Point point)voidEggplantVirtualUser. MoveToEach(Point... points)voidEggplantVirtualUserInterface. MoveToEach(Point... points)Move to a number of points on the screen.voidEggplantVirtualUserScript. MoveToEach(Point... points)java.lang.StringEggplantVirtualUser. ReadText(Point point, java.lang.String... params)java.lang.StringEggplantVirtualUserInterface. ReadText(Point point, java.lang.String... params)Read text at a point on the screen Consult the Eggplant Functional documentation for details.java.lang.StringEggplantVirtualUserScript. ReadText(Point point, java.lang.String... params)voidEggplantVirtualUser. RightClick(Point point)voidEggplantVirtualUserInterface. RightClick(Point point)Right click a point on the screen.voidEggplantVirtualUserScript. RightClick(Point point)
-