Skip navigation links
A B C D E F G I K L M N O P R S T U V 

A

AbstractImageComparator - Class in org.jemmy.image
Deprecated.
Use classes from org.jemmy.image.pixel package instead.
AbstractImageComparator() - Constructor for class org.jemmy.image.AbstractImageComparator
Deprecated.
 
AverageDistanceImageComparator - Class in org.jemmy.image
Compares two images calculating average color distance between pixels and comparing it to the threshold value.
AverageDistanceImageComparator() - Constructor for class org.jemmy.image.AverageDistanceImageComparator
Creates comparator with the default sensitivity value = 0.02 (around 5 in 0-255 color component value).
AverageDistanceImageComparator(double) - Constructor for class org.jemmy.image.AverageDistanceImageComparator
Creates comparator with the specified sensitivity value
AWTImage - Class in org.jemmy.image
 
AWTImage(BufferedImage) - Constructor for class org.jemmy.image.AWTImage
 
AWTMap - Class in org.jemmy.input
Converts
AWTMap() - Constructor for class org.jemmy.input.AWTMap
 
AWTRobotCapturer - Class in org.jemmy.image
Uses java.awt.Robot to capture the images
AWTRobotCapturer() - Constructor for class org.jemmy.image.AWTRobotCapturer
 
AWTRobotInputFactory - Class in org.jemmy.input
 
AWTRobotInputFactory() - Constructor for class org.jemmy.input.AWTRobotInputFactory
 
AWTScreen - Class in org.jemmy.operators
 
AWTScreen() - Constructor for class org.jemmy.operators.AWTScreen
 
AWTScreen(Environment) - Constructor for class org.jemmy.operators.AWTScreen
 

B

BackgroundColorMap(int) - Constructor for class org.jemmy.image.ColorImageComparator.BackgroundColorMap
Deprecated.
Constructs a ColorImageComparator$BackgroundColorMap object.
BufferedImageComparator - Class in org.jemmy.image
 
BufferedImageComparator(RasterComparator) - Constructor for class org.jemmy.image.BufferedImageComparator
 
BufferedImageComparator(Environment) - Constructor for class org.jemmy.image.BufferedImageComparator
 
BW_MODE - Static variable in class org.jemmy.image.PNGEncoder
black and white image mode.

C

capture(Wrap<?>, Rectangle) - Method in class org.jemmy.image.AWTRobotCapturer
 
captureScreen(Rectangle, String) - Static method in class org.jemmy.image.PNGEncoder
Static method performing screen capture into PNG image format file with given fileName.
captureScreen(Rectangle, String, byte) - Static method in class org.jemmy.image.PNGEncoder
Static method performing screen capture into PNG image format file with given fileName.
captureScreen(ScreenArea, String) - Static method in class org.jemmy.image.PNGEncoder
Static method performing one component screen capture into PNG image format file with given fileName.
captureScreen(ScreenArea, String, byte) - Static method in class org.jemmy.image.PNGEncoder
Static method performing one component screen capture into PNG image format file with given fileName.
captureScreen(String) - Static method in class org.jemmy.image.PNGEncoder
Static method performing whole screen capture into PNG image format file with given fileName.
captureScreen(String, byte) - Static method in class org.jemmy.image.PNGEncoder
Static method performing whole screen capture into PNG image format file with given fileName.
ClasspathImageLoader - Class in org.jemmy.image
ImageLoader implementation which is able to load images through a given classloader.
ClasspathImageLoader() - Constructor for class org.jemmy.image.ClasspathImageLoader
 
ClassReference - Class in org.jemmy.input
Allows access to classes by reflection.
ClassReference(Object) - Constructor for class org.jemmy.input.ClassReference
Constructor.
ClassReference(String) - Constructor for class org.jemmy.input.ClassReference
Contructor.
click() - Method in class org.jemmy.input.MouseImpl
 
click(int) - Method in class org.jemmy.input.MouseImpl
 
click(int, Point) - Method in class org.jemmy.input.MouseImpl
 
click(int, Point, Mouse.MouseButton) - Method in class org.jemmy.input.MouseImpl
 
click(int, Point, Mouse.MouseButton, Modifier...) - Method in class org.jemmy.input.MouseImpl
 
clickMouse(Point, int, Mouse.MouseButton, Timeout, Modifier...) - Method in class org.jemmy.input.RobotDriver
Clicks the mouse button specified by mouseButton at the specified point specified number of times preceding it by pressing the modifiers key or buttons and ending by releasing them.
COLOR_MODE - Static variable in class org.jemmy.image.PNGEncoder
full color image mode.
ColorImageComparator - Class in org.jemmy.image
Deprecated.
Use classes form org.jemmy.image.pixel instead.
ColorImageComparator(ColorImageComparator.ColorMap) - Constructor for class org.jemmy.image.ColorImageComparator
Deprecated.
Creates a comparator with a color maps.
ColorImageComparator(ColorImageComparator.ColorMap, ImageComparator) - Constructor for class org.jemmy.image.ColorImageComparator
Deprecated.
Creates a comparator with map color mapping.
ColorImageComparator(ColorImageComparator.ColorMap, ColorImageComparator.ColorMap) - Constructor for class org.jemmy.image.ColorImageComparator
Deprecated.
Creates a comparator with two color maps.
ColorImageComparator(ColorImageComparator.ColorMap, ColorImageComparator.ColorMap, ImageComparator) - Constructor for class org.jemmy.image.ColorImageComparator
Deprecated.
Creates a comparator with two color maps.
ColorImageComparator.BackgroundColorMap - Class in org.jemmy.image
Deprecated.
Turns background color to black, left others unchanged.
ColorImageComparator.ColorMap - Interface in org.jemmy.image
Deprecated.
Interface to map colors during the comparision.
ColorImageComparator.ForegroundColorMap - Class in org.jemmy.image
Deprecated.
Turns foreground color to white, other - to black.
compare(BufferedImage, BufferedImage) - Method in class org.jemmy.image.AbstractImageComparator
Deprecated.
compare(Image, Image) - Method in class org.jemmy.image.ColorImageComparator
Deprecated.
Compares images by ImageComparator passed into constructor, or itself if no ImageComparator was passed, processing both images by ColorMap instance before comparision.
compareColors(int, int) - Method in class org.jemmy.image.ColorImageComparator
Deprecated.
 
compareTo(Image) - Method in class org.jemmy.image.AWTImage
Compares using current comparator.
convert(Rectangle) - Static method in class org.jemmy.image.Utils
 
convert(Rectangle) - Static method in class org.jemmy.image.Utils
 
convert(Point) - Static method in class org.jemmy.image.Utils
 
convert(Point) - Static method in class org.jemmy.image.Utils
 
convert(Dimension) - Static method in class org.jemmy.image.Utils
 
convert(Dimension) - Static method in class org.jemmy.image.Utils
 
convert(Keyboard.KeyboardButton) - Method in class org.jemmy.input.AWTMap
TODO Provide javadoc
convert(Modifier...) - Method in class org.jemmy.input.AWTMap
 
convert(Mouse.MouseButton) - Method in class org.jemmy.input.AWTMap
 
convertKeyboardButton(int) - Method in class org.jemmy.input.AWTMap
 
convertModifiers(int) - Method in class org.jemmy.input.AWTMap
 
convertMouseButton(int) - Method in class org.jemmy.input.AWTMap
 
create(Wrap<?>, Class<INTERFACE>) - Method in class org.jemmy.input.AWTRobotInputFactory
 
create(Wrap<?>, Class<INTERFACE>, Class<TYPE>) - Method in class org.jemmy.input.AWTRobotInputFactory
 
createDiffRaster(Raster, Raster) - Method in class org.jemmy.image.BufferedImageComparator
 
createScreenCapture(Rectangle) - Static method in class org.jemmy.input.RobotDriver
Capture an image of specified rectangular area of screen

D

decode() - Method in class org.jemmy.image.PNGDecoder
Decodes image from an input stream passed into constructor.
decode(boolean) - Method in class org.jemmy.image.PNGDecoder
Decodes image from an input stream passed into constructor.
decode(String) - Static method in class org.jemmy.image.PNGDecoder
Decodes image from file.
decode(InputStream, boolean) - Static method in class org.jemmy.image.PNGDecoder
Decodes image from input stream
decode(ClassLoader, String) - Static method in class org.jemmy.image.PNGDecoder
Decodes image from resource.
detached() - Method in class org.jemmy.input.KeyboardImpl
 
detached() - Method in class org.jemmy.input.MouseImpl
 
DiffDialog - Class in org.jemmy.image
 
dnd(Point) - Method in class org.jemmy.input.DragImpl
 
dnd(Wrap, Point) - Method in class org.jemmy.input.DragImpl
 
dnd(Point, Wrap, Point) - Method in class org.jemmy.input.DragImpl
 
dnd(Point, Wrap, Point, Mouse.MouseButton) - Method in class org.jemmy.input.DragImpl
 
dnd(Point, Wrap, Point, Mouse.MouseButton, Modifier...) - Method in class org.jemmy.input.DragImpl
 
DND_POINTS - Static variable in class org.jemmy.input.DragImpl
 
DragImpl - Class in org.jemmy.input
 
DragImpl(Wrap<?>) - Constructor for class org.jemmy.input.DragImpl
 
dragMouse(Point, int, int) - Method in class org.jemmy.input.RobotDriver
Deprecated.
Implementation doesn't seem to be correct as it ignores mouseButton and modifiers
dragNDrop(Point, Point, Mouse.MouseButton, Modifier[], Timeout, Timeout) - Method in class org.jemmy.input.RobotDriver
Performs drag and drop from startPoint to endPoint using specified mouseButton and modifiers to perform it.

E

encode(BufferedImage) - Method in class org.jemmy.image.PNGEncoder
main encoding method (stays blocked till encoding is finished).
encode(BufferedImage, boolean) - Method in class org.jemmy.image.PNGEncoder
main encoding method (stays blocked till encoding is finished).
exit() - Static method in class org.jemmy.input.RobotDriver
If java.awt.Robot is running in other JVM, it shutdowns that JVM

F

FilesystemImageLoader - Class in org.jemmy.image
This is an implementation of ImageLoader which loads images from filesystem.
FilesystemImageLoader() - Constructor for class org.jemmy.image.FilesystemImageLoader
 
findImage(BufferedImage, int) - Method in interface org.jemmy.image.ImageFinder
Should return location if image lays inside an image represented by this object.
findImage(BufferedImage, int) - Method in class org.jemmy.image.RoughImageFinder
Performs "rough" search.
findImage(BufferedImage, int) - Method in class org.jemmy.image.StrictImageFinder
Searchs for an image inside image passed into constructor.
ForegroundColorMap(int) - Constructor for class org.jemmy.image.ColorImageComparator.ForegroundColorMap
Deprecated.
Constructs a ColorImageComparator$ForegroundColorMap object.

G

getAwtMap() - Method in class org.jemmy.input.AWTRobotInputFactory
 
getClasses() - Method in class org.jemmy.input.ClassReference
Returns all superclasses.
getClassLoader() - Method in class org.jemmy.image.ClasspathImageLoader
Get the value of classLoader which is used to load images.
getColors(int, int, double[]) - Method in class org.jemmy.image.AWTImage
 
getComparator() - Static method in class org.jemmy.image.AWTImage
Gets comparator to be used by default.
getEnvironment() - Method in class org.jemmy.input.KeyboardImpl
 
getField(String) - Method in class org.jemmy.input.ClassReference
Returns the field value.
getID() - Method in class org.jemmy.image.ColorImageComparator
Deprecated.
 
getID() - Method in class org.jemmy.image.ResizeImageComparator
 
getImageRoot() - Static method in class org.jemmy.image.AWTImage
Get the value of imageRoot.
getImageRoot() - Method in class org.jemmy.image.FilesystemImageLoader
 
getMouseSmoothness() - Static method in class org.jemmy.input.AWTRobotInputFactory
Gets the mouse movements smoothness
getMouseSmoothness() - Static method in class org.jemmy.input.RobotDriver
Gets mouse smoothness
getRoughness() - Method in class org.jemmy.image.RoughImageComparator
 
getScreenBounds() - Method in class org.jemmy.operators.AWTScreen
 
getSensitivity() - Method in class org.jemmy.image.AverageDistanceImageComparator
 
getSensitivity() - Method in class org.jemmy.image.NaturalImageComparator
 
getSize() - Method in class org.jemmy.image.AWTImage
 
getSize(Image) - Method in class org.jemmy.image.ResizeImageComparator
 
getSupported() - Method in class org.jemmy.image.AWTImage
 
getTheImage() - Method in class org.jemmy.image.AWTImage
 
GREYSCALE_MODE - Static variable in class org.jemmy.image.PNGEncoder
grey scale image mode.

I

ImageFinder - Interface in org.jemmy.image
Interface for all classes performing image lookup.
invokeMethod(String, Object[], Class<?>[]) - Method in class org.jemmy.input.ClassReference
Locates method by name and parameter types and executes it.
isRunInOtherJVM() - Static method in class org.jemmy.input.AWTRobotInputFactory
Returns runInOtherJVM setting

K

KeyboardImpl - Class in org.jemmy.input
KeyDriver
KeyboardImpl(Wrap<?>) - Constructor for class org.jemmy.input.KeyboardImpl
 

L

load(String) - Method in class org.jemmy.image.ClasspathImageLoader
load(String) - Method in class org.jemmy.image.FilesystemImageLoader
 

M

main(String[]) - Static method in class org.jemmy.input.Version
 
makeAnOperation(String, Object[], Class[]) - Method in class org.jemmy.input.RobotDriver
Performs a single operation.
mapColor(int) - Method in class org.jemmy.image.ColorImageComparator.BackgroundColorMap
Deprecated.
 
mapColor(int) - Method in interface org.jemmy.image.ColorImageComparator.ColorMap
Deprecated.
Maps one color into another.
mapColor(int) - Method in class org.jemmy.image.ColorImageComparator.ForegroundColorMap
Deprecated.
 
MouseImpl - Class in org.jemmy.input
 
MouseImpl(Wrap<?>) - Constructor for class org.jemmy.input.MouseImpl
 
move() - Method in class org.jemmy.input.MouseImpl
 
move(Point) - Method in class org.jemmy.input.MouseImpl
 
moveMouse(Point) - Method in class org.jemmy.input.RobotDriver
Moves mouse to the specified mouse.

N

NaturalImageComparator - Class in org.jemmy.image
Compares two images naturally (i.e. ignoring slight difference between pixel colors).
NaturalImageComparator() - Constructor for class org.jemmy.image.NaturalImageComparator
Creates comparator with the default sensitivity value = 0.02 (around 5 in 0-255 color component value).
NaturalImageComparator(double) - Constructor for class org.jemmy.image.NaturalImageComparator
Creates comparator with the specified sensitivity value
newInstance(Object[], Class[]) - Method in class org.jemmy.input.ClassReference
Locates constructor by parameter types and creates an instance.
noDifference(BufferedImage, BufferedImage) - Method in class org.jemmy.image.AbstractImageComparator
Deprecated.
Checks whether images have difference.

O

org.jemmy.image - package org.jemmy.image
Image library Contains classes allowing to compare two images and to find one image inside another.
org.jemmy.input - package org.jemmy.input
 
org.jemmy.operators - package org.jemmy.operators
 
OTHER_VM_CONNECTION_TIMEOUT_PROPERTY - Static variable in class org.jemmy.input.AWTRobotInputFactory
Set this Environment property to to the maximum time of waiting for the client to connect to the JVM where Robot is running.
OTHER_VM_HOST_PROPERTY - Static variable in class org.jemmy.input.AWTRobotInputFactory
Set this Environment property to the name of the host where other JVM runs.
OTHER_VM_PORT_PROPERTY - Static variable in class org.jemmy.input.AWTRobotInputFactory
Set this Environment property to override the port which is used to connect to other JVM
OTHER_VM_PROPERTY - Static variable in class org.jemmy.input.AWTRobotInputFactory
Set this Environment property to true or false to run java.awt.Robot in other or the same JVM
OUTPUT - Static variable in class org.jemmy.image.AWTImage
 
OUTPUT - Static variable in class org.jemmy.image.ClasspathImageLoader
 
OUTPUT - Static variable in class org.jemmy.image.FilesystemImageLoader
 
OUTPUT - Static variable in class org.jemmy.image.ResizeImageComparator
Identifies output where resize details are printed.

P

PNG_FILE - Static variable in class org.jemmy.image.AWTImage
 
PNGDecoder - Class in org.jemmy.image
Allows to load PNG graphical file.
PNGDecoder(InputStream) - Constructor for class org.jemmy.image.PNGDecoder
Constructs a PNGDecoder object.
PNGEncoder - Class in org.jemmy.image
This class allows to encode BufferedImage into B/W, greyscale or true color PNG image format with maximum compression.
PNGEncoder(File) - Constructor for class org.jemmy.image.PNGEncoder
 
PNGEncoder(OutputStream) - Constructor for class org.jemmy.image.PNGEncoder
public constructor of PNGEncoder class with greyscale mode by default.
PNGEncoder(OutputStream, byte) - Constructor for class org.jemmy.image.PNGEncoder
public constructor of PNGEncoder class.
press() - Method in class org.jemmy.input.MouseImpl
 
press(Mouse.MouseButton) - Method in class org.jemmy.input.MouseImpl
 
press(Mouse.MouseButton, Modifier...) - Method in class org.jemmy.input.MouseImpl
 
pressKey(Keyboard.KeyboardButton, Modifier...) - Method in class org.jemmy.input.KeyboardImpl
Press the keyboard key specified by kbdButton preceding with pressing of modifier buttons specified by modifiers
pressKey(Keyboard.KeyboardButton) - Method in class org.jemmy.input.KeyboardImpl
 
pressKey(Keyboard.KeyboardButton, Modifier...) - Method in class org.jemmy.input.RobotDriver
Presses a key.
pressModifiers(Modifier...) - Method in class org.jemmy.input.RobotDriver
Presses modifiers keys by robot.
pressMouse(Mouse.MouseButton, Modifier...) - Method in class org.jemmy.input.RobotDriver
Presses mouse button specified by mouseButton preceding pressing of modifier keys or buttons specified by modifiers
pushKey(Keyboard.KeyboardButton, Modifier[], Timeout) - Method in class org.jemmy.input.KeyboardImpl
 
pushKey(Keyboard.KeyboardButton, Modifier...) - Method in class org.jemmy.input.KeyboardImpl
 
pushKey(Keyboard.KeyboardButton) - Method in class org.jemmy.input.KeyboardImpl
 
pushKey(Timeout, Keyboard.KeyboardButton, Modifier...) - Method in class org.jemmy.input.KeyboardImpl
 

R

release() - Method in class org.jemmy.input.MouseImpl
 
release(Mouse.MouseButton) - Method in class org.jemmy.input.MouseImpl
 
release(Mouse.MouseButton, Modifier...) - Method in class org.jemmy.input.MouseImpl
 
releaseKey(Keyboard.KeyboardButton, Modifier...) - Method in class org.jemmy.input.KeyboardImpl
Release the keyboard key specified by kbdButton and then release all the modifier keys specified by modifiers
releaseKey(Keyboard.KeyboardButton) - Method in class org.jemmy.input.KeyboardImpl
 
releaseKey(Keyboard.KeyboardButton, Modifier...) - Method in class org.jemmy.input.RobotDriver
Releases a key.
releaseModifiers(Modifier...) - Method in class org.jemmy.input.RobotDriver
Releases modifiers keys by robot.
releaseMouse(Mouse.MouseButton, Modifier...) - Method in class org.jemmy.input.RobotDriver
Releases mouse button specified by mouseButton then releasing modifier keys or buttons specified by modifiers
resize(Image, Dimension) - Method in class org.jemmy.image.ResizeImageComparator
 
ResizeImageComparator - Class in org.jemmy.image
Comparator that makes image sizes equal to compare them with other comparator most of them work only for the images with equal dimensions.
ResizeImageComparator(ImageComparator) - Constructor for class org.jemmy.image.ResizeImageComparator
Creates ResizeImageComparator with default resize settings: resize mode: ResizeMode.PROPORTIONAL_RESIZE.
ResizeImageComparator(ResizeImageComparator.ResizeMode, ImageComparator) - Constructor for class org.jemmy.image.ResizeImageComparator
Creates ResizeImageComparator with the specified resize mode and default settings for other parameters: proportion distortion threshold: 0.02.
ResizeImageComparator(double, ImageComparator) - Constructor for class org.jemmy.image.ResizeImageComparator
Creates ResizeImageComparator with the following settings: resize mode: ResizeMode.PROPORTIONAL_RESIZE.
ResizeImageComparator(ResizeImageComparator.ResizeMode, double, int, ImageComparator) - Constructor for class org.jemmy.image.ResizeImageComparator
Creates ResizeImageComparator with specified settings.
ResizeImageComparator.ResizeMode - Enum in org.jemmy.image
Resize Modes
ROBOT_DELAY_TIMEOUT_NAME - Static variable in class org.jemmy.input.AWTRobotInputFactory
The name of the timeout that is used by default as the delay time for java.awt.Robot
ROBOT_MOUSE_SMOOTHNESS_PROPERTY - Static variable in class org.jemmy.input.AWTRobotInputFactory
Set this Environment property to the maximum number of pixels between mouse positions during movement
RobotDriver - Class in org.jemmy.input
 
RobotDriver(Timeout) - Constructor for class org.jemmy.input.RobotDriver
Constructs a RobotDriver object.
RobotDriver(Environment) - Constructor for class org.jemmy.input.RobotDriver
Constructs a RobotDriver object.
RoughImageComparator - Class in org.jemmy.image
Compares two images roughly (i.e. not all of the pixel colors should match).
RoughImageComparator(double) - Constructor for class org.jemmy.image.RoughImageComparator
Creates a comparator with roughness allowed roughness.
RoughImageFinder - Class in org.jemmy.image
Performs "rough" image search.
RoughImageFinder(BufferedImage, double) - Constructor for class org.jemmy.image.RoughImageFinder
Creates an instance allowing to find an image inside the one passed as parameter with some "roughness".
runInOtherJVM(boolean) - Static method in class org.jemmy.input.AWTRobotInputFactory
Specifies whether to run java.awt.Robot in other JVM

S

save(String) - Method in class org.jemmy.image.AWTImage
Saves to a filesystem. fileName is expected to be a full path, unless imageRoot is specified. ".png" extension is added automatically if not specified.
setAwtMap(AWTMap) - Method in class org.jemmy.input.AWTRobotInputFactory
 
setClassLoader(ClassLoader) - Method in class org.jemmy.image.ClasspathImageLoader
Set the value of classLoader
setColors(int, int, double[]) - Method in class org.jemmy.image.AWTImage
 
setComparator(ImageComparator) - Static method in class org.jemmy.image.AWTImage
Sets comparator to be used by default.
setField(String, Object) - Method in class org.jemmy.input.ClassReference
Change a field's value.
setImageRoot(File) - Static method in class org.jemmy.image.AWTImage
Set the value of imageRoot.
setImageRoot(File) - Method in class org.jemmy.image.FilesystemImageLoader
 
setMouseSmoothness(int) - Static method in class org.jemmy.input.AWTRobotInputFactory
Specifies mouse movements smoothness
setMouseSmoothness(int) - Static method in class org.jemmy.input.RobotDriver
Sets mouse smoothness
setRootPackage(Package) - Method in class org.jemmy.image.ClasspathImageLoader
 
setRoughness(double) - Method in class org.jemmy.image.RoughImageComparator
 
setSensitivity(double) - Method in class org.jemmy.image.AverageDistanceImageComparator
 
setSensitivity(double) - Method in class org.jemmy.image.NaturalImageComparator
 
startApplication() - Method in class org.jemmy.input.ClassReference
Executes class's main(java.lang.String[]) method with a zero-length java.lang.String array as a parameter.
startApplication(String[]) - Method in class org.jemmy.input.ClassReference
Executes class's main(java.lang.String[]) method.
StrictImageComparator - Class in org.jemmy.image
Compares two images strictly (i.e. all the pixel colors should match).
StrictImageComparator() - Constructor for class org.jemmy.image.StrictImageComparator
 
StrictImageFinder - Class in org.jemmy.image
Performs "strict" (i.e. based on all pixels matching) image search.
StrictImageFinder(BufferedImage) - Constructor for class org.jemmy.image.StrictImageFinder
Creates an instance searching subimages insige a parameter image.

T

toImage(Raster) - Method in class org.jemmy.image.BufferedImageComparator
 
toRaster(Image) - Method in class org.jemmy.image.BufferedImageComparator
 
toString() - Method in class org.jemmy.input.AWTRobotInputFactory
 
turnWheel(Point, int, Modifier...) - Method in class org.jemmy.input.MouseImpl
 
turnWheel(Point, int) - Method in class org.jemmy.input.MouseImpl
 
turnWheel(int) - Method in class org.jemmy.input.MouseImpl
 
turnWheel(Point, int, Modifier...) - Method in class org.jemmy.input.RobotDriver
Turns the wheel.
typeChar(char, Timeout) - Method in class org.jemmy.input.KeyboardImpl
 
typeChar(char) - Method in class org.jemmy.input.KeyboardImpl
 

U

Utils - Class in org.jemmy.image
 
Utils() - Constructor for class org.jemmy.image.Utils
 

V

valueOf(String) - Static method in enum org.jemmy.image.ResizeImageComparator.ResizeMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jemmy.image.ResizeImageComparator.ResizeMode
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in org.jemmy.input
 
Version() - Constructor for class org.jemmy.input.Version
 
VERSION - Static variable in class org.jemmy.input.Version
 
A B C D E F G I K L M N O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.