Index

C G I M R S T 
All Classes and Interfaces|All Packages

C

clickLeftMouseButton(Robot, int, int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Clicks the left mouse button
clickMiddleMouseButton(Robot, int, int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Clicks the middle mouse button
clickMouseButton(Robot, int, int, int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Clicks the given mouse button
clickRightMouseButton(Robot, int, int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Clicks the right mouse button

G

getKeyCode(char) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Gets the key code from the given char.
getMousePosition() - Static method in class io.github.astrapi69.roboter.MouseExtensions
Get the position of the mouse as Point object
getNextRandomPoint(int, int, boolean, Point, Point) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Gets the next random Point object from the given arguments

I

infiniteMoveMouse(Robot, int, int, long) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Move the mouse with the given robot in infinity mode
infiniteMoveMouse(Robot, int, int, long, int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Move the mouse with the given robot in infinity mode
infiniteMoveMouse(Robot, int, int, long, int, boolean) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Move the mouse with the given robot in infinity mode
io.github.astrapi69.roboter - package io.github.astrapi69.roboter
 
isMouseWithin(Component) - Static method in class io.github.astrapi69.roboter.MouseExtensions
Checks if the mouse position is in the bounds of the given Component object

M

MouseExtensions - Class in io.github.astrapi69.roboter
The class MouseExtensions provides utility methods for mouse information
MouseExtensions() - Constructor for class io.github.astrapi69.roboter.MouseExtensions
 
moveMouseForSpecificDuration(Robot, int, int, long, long) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Move the mouse with the given robot in infinity mode
moveMouseForSpecificDuration(Robot, int, int, long, long, int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Move the mouse with the given robot in the given duration and the given thread priority

R

roboter.main - module roboter.main
The MIT License Copyright (C) 2022 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
RobotExtensions - Class in io.github.astrapi69.roboter
The class RobotExtensions provides utility methods for the class Robot
RobotExtensions() - Constructor for class io.github.astrapi69.roboter.RobotExtensions
 

S

setCurrentThreadPriority(int) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Set the given priority of the current thread

Note: the thread priority is between 1 till 10, if smaller or greater the minimum priority 1 will be taken
setMousePosition(Robot, int, int) - Static method in class io.github.astrapi69.roboter.MouseExtensions
Set the position of the mouse to the given coordinates x and y

T

typeCharacter(Robot, char) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Types the given char with the given robot.
typeString(Robot, String) - Static method in class io.github.astrapi69.roboter.RobotExtensions
Type the given string with the given robot.
C G I M R S T 
All Classes and Interfaces|All Packages