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 ColorEggplantVirtualUser. ColorAtLocation(int x, int y)ColorEggplantVirtualUser. ColorAtLocation(Point location)ColorEggplantVirtualUserInterface. ColorAtLocation(int x, int y)Get the color at a location.ColorEggplantVirtualUserInterface. ColorAtLocation(Point location)Get the color at a location.ColorEggplantVirtualUserScript. ColorAtLocation(int x, int y)ColorEggplantVirtualUserScript. ColorAtLocation(Point location)static ColorColor. fromString(java.lang.String text)Creates aColorobject from a string in the form "r,g,b"ColorEggplantVirtualUser. ImageColorAtLocation(java.lang.String image, int x, int y)ColorEggplantVirtualUser. ImageColorAtLocation(java.lang.String image, Point location)ColorEggplantVirtualUserInterface. ImageColorAtLocation(java.lang.String image, int x, int y)Get the color of an image at a location.ColorEggplantVirtualUserInterface. ImageColorAtLocation(java.lang.String image, Point location)Get the color of an image at a location.ColorEggplantVirtualUserScript. ImageColorAtLocation(java.lang.String image, int x, int y)ColorEggplantVirtualUserScript. ImageColorAtLocation(java.lang.String image, Point location)
-