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 ImageInfoEggplantVirtualUser. FoundImageInfo()ImageInfoEggplantVirtualUserInterface. FoundImageInfo()Get information about the last image we found.ImageInfoEggplantVirtualUserScript. 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 voidEggplantVirtualUser. CaptureScreen(java.lang.String name, Rectangle rectangle, boolean increment, ImageInfo imageInfo)voidEggplantVirtualUserInterface. CaptureScreen(java.lang.String name, Rectangle rectangle, boolean increment, ImageInfo imageInfo)Capture an area of screen and save to file.voidEggplantVirtualUserScript. CaptureScreen(java.lang.String name, Rectangle rectangle, boolean increment, ImageInfo imageInfo)
-