Uses of Class
com.facilita.fc.eggPlant.Color
-
Packages that use Color 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 Color in com.facilita.fc.eggPlant
Methods in com.facilita.fc.eggPlant that return Color Modifier and Type Method Description Color
EggplantVirtualUser. ColorAtLocation(int x, int y)
Color
EggplantVirtualUser. ColorAtLocation(Point location)
Color
EggplantVirtualUserInterface. ColorAtLocation(int x, int y)
Get the color at a location.Color
EggplantVirtualUserInterface. ColorAtLocation(Point location)
Get the color at a location.Color
EggplantVirtualUserScript. ColorAtLocation(int x, int y)
Color
EggplantVirtualUserScript. ColorAtLocation(Point location)
static Color
Color. fromString(java.lang.String text)
Creates aColor
object from a string in the form "r,g,b"Color
EggplantVirtualUser. ImageColorAtLocation(java.lang.String image, int x, int y)
Color
EggplantVirtualUser. ImageColorAtLocation(java.lang.String image, Point location)
Color
EggplantVirtualUserInterface. ImageColorAtLocation(java.lang.String image, int x, int y)
Get the color of an image at a 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, int x, int y)
Color
EggplantVirtualUserScript. ImageColorAtLocation(java.lang.String image, Point location)
-