Uses of Class
com.facilita.fc.eggPlant.ImageInfo
-
Packages that use ImageInfo 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 ImageInfo in com.facilita.fc.eggPlant
Methods in com.facilita.fc.eggPlant that return ImageInfo Modifier and Type Method Description ImageInfo
EggplantVirtualUser. FoundImageInfo()
ImageInfo
EggplantVirtualUserInterface. FoundImageInfo()
Get information about the last image we found.ImageInfo
EggplantVirtualUserScript. FoundImageInfo()
Methods in com.facilita.fc.eggPlant that return types with arguments of type ImageInfo Modifier and Type Method Description java.util.List<ImageInfo>
EggplantVirtualUser. ImageInfo(java.lang.String image, java.lang.String... images)
java.util.List<ImageInfo>
EggplantVirtualUserInterface. ImageInfo(java.lang.String image, java.lang.String... images)
Get image information for one or more images.java.util.List<ImageInfo>
EggplantVirtualUserScript. ImageInfo(java.lang.String image, java.lang.String... images)
Methods in com.facilita.fc.eggPlant with parameters of type ImageInfo 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)
-