Uses of Class
FlaNium.WinAPI.enums.BasePoint
-
Packages that use BasePoint Package Description FlaNium.WinAPI FlaNium.WinAPI.actions FlaNium.WinAPI.enums -
-
Uses of BasePoint in FlaNium.WinAPI
Methods in FlaNium.WinAPI with parameters of type BasePoint Modifier and Type Method Description voidCoordinateElement. clickToElementPoint(BasePoint basePoint, int dx, int dy)voidCoordinateElement. doubleClickToElementPoint(BasePoint basePoint, int dx, int dy)voidCoordinateElement. moveMouseToElementPoint(BasePoint basePoint, int dx, int dy)voidCoordinateElement. rightClickToElementPoint(BasePoint basePoint, int dx, int dy)Constructors in FlaNium.WinAPI with parameters of type BasePoint Constructor Description CoordinateElement(DesktopElement baseDesktopElement, BasePoint basePointOfBaseDesktopElement, int dx, int dy, int width, int height) -
Uses of BasePoint in FlaNium.WinAPI.actions
Methods in FlaNium.WinAPI.actions with parameters of type BasePoint Modifier and Type Method Description voidElementMouseActions. dragAndDrop(BasePoint basePoint, int x, int y, int dx, int dy)Drags and drops the mouse from the starting point (Base point of element bounding rectangle + x, y coordinates) with the given distance.voidElementMouseActions. mouseClick(BasePoint basePoint, int x, int y)Click the mouse on the point (Base point of element bounding rectangle + x, y coordinates).voidElementMouseActions. mouseDoubleClick(BasePoint basePoint, int x, int y)Double click the mouse on the point (Base point of element bounding rectangle + x, y coordinates).voidElementMouseActions. mouseMove(BasePoint basePoint, int x, int y)Move the mouse to the point (Base point of element bounding rectangle + x, y coordinates).voidElementMouseActions. mouseRightClick(BasePoint basePoint, int x, int y)Right click the mouse on the point (Base point of element bounding rectangle + x, y coordinates).voidElementMouseActions. smoothDragAndDrop(BasePoint basePoint, int x, int y, int dx, int dy, int duration)Drags and drops the mouse from the starting point (Base point of element bounding rectangle + x, y coordinates) with the given distance and within the specified time. -
Uses of BasePoint in FlaNium.WinAPI.enums
Methods in FlaNium.WinAPI.enums that return BasePoint Modifier and Type Method Description static BasePointBasePoint. valueOf(String name)Returns the enum constant of this type with the specified name.static BasePoint[]BasePoint. values()Returns an array containing the constants of this enum type, in the order they are declared.
-