Uses of Class
com.facilita.fc.eggPlant.Rectangle
-
Packages that use Rectangle 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 Rectangle in com.facilita.fc.eggPlant
Methods in com.facilita.fc.eggPlant that return Rectangle Modifier and Type Method Description Rectangle
EggplantVirtualUser. ImageRectangle(java.lang.String image, java.lang.String... images)
Rectangle
EggplantVirtualUserInterface. ImageRectangle(java.lang.String image, java.lang.String... images)
Get the rectangle of an image.Rectangle
EggplantVirtualUserScript. ImageRectangle(java.lang.String image, java.lang.String... images)
Methods in com.facilita.fc.eggPlant that return types with arguments of type Rectangle Modifier and Type Method Description java.util.List<Rectangle>
EggplantVirtualUser. EveryImageRectangle(java.lang.String image, java.lang.String... images)
java.util.List<Rectangle>
EggplantVirtualUserInterface. EveryImageRectangle(java.lang.String image, java.lang.String... images)
Get a list of image rectangles.java.util.List<Rectangle>
EggplantVirtualUserScript. EveryImageRectangle(java.lang.String image, java.lang.String... images)
Methods in com.facilita.fc.eggPlant with parameters of type Rectangle Modifier and Type Method Description void
EggplantVirtualUser. CaptureScreen(java.lang.String name, Rectangle rectangle, boolean increment, ImageInfo imageInfo)
void
EggplantVirtualUserInterface. CaptureScreen(java.lang.String name, Rectangle rectangle, boolean increment, ImageInfo imageInfo)
Capture an area of screen and save to file.void
EggplantVirtualUserScript. CaptureScreen(java.lang.String name, Rectangle rectangle, boolean increment, ImageInfo imageInfo)
java.lang.Object
EggplantVirtualUser. ReadTable(Rectangle rectangle, java.lang.String... params)
java.lang.Object
EggplantVirtualUserInterface. ReadTable(Rectangle rectangle, java.lang.String... params)
Read table.java.lang.Object
EggplantVirtualUserScript. ReadTable(Rectangle rectangle, java.lang.String... params)
java.lang.String
EggplantVirtualUser. ReadText(Rectangle rectangle, java.lang.String... params)
java.lang.String
EggplantVirtualUserInterface. ReadText(Rectangle rectangle, java.lang.String... params)
Read text from an area of the screen Consult the Eggplant Functional documentation for details.java.lang.String
EggplantVirtualUserScript. ReadText(Rectangle rectangle, java.lang.String... params)
-