| Package | Description |
|---|---|
| org.jemmy | |
| org.jemmy.control | |
| org.jemmy.dock | |
| org.jemmy.image | |
| org.jemmy.input | |
| org.jemmy.lookup | |
| org.jemmy.operators |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Rectangle.getBounds()
Gets the bounding
Rectangle of this Rectangle. |
Rectangle |
Rectangle.intersection(Rectangle r)
Computes the intersection of this
Rectangle with the
specified Rectangle. |
static Rectangle |
Rectangle.parseRectangle(String str)
Parses given string to restore Rectangle instance from the string.
|
Rectangle |
Rectangle.union(Rectangle r)
Computes the union of this
Rectangle with the
specified Rectangle. |
| Modifier and Type | Method and Description |
|---|---|
void |
Rectangle.add(Rectangle r)
Adds a
Rectangle to this Rectangle. |
boolean |
Rectangle.contains(Rectangle r)
Checks whether or not this
Rectangle entirely contains
the specified Rectangle. |
Rectangle |
Rectangle.intersection(Rectangle r)
Computes the intersection of this
Rectangle with the
specified Rectangle. |
boolean |
Rectangle.intersects(Rectangle r)
Determines whether or not this
Rectangle and the specified
Rectangle intersect. |
void |
Rectangle.setBounds(Rectangle r)
Sets the bounding
Rectangle of this Rectangle
to match the specified Rectangle. |
Rectangle |
Rectangle.union(Rectangle r)
Computes the union of this
Rectangle with the
specified Rectangle. |
| Constructor and Description |
|---|
Rectangle(Rectangle r)
Constructs a new
Rectangle, initialized to match
the values of the specified Rectangle. |
| Modifier and Type | Method and Description |
|---|---|
abstract Rectangle |
Wrap.getScreenBounds()
Returns control bounds in screen coordinates.
|
Rectangle |
ScreenArea.getScreenBounds() |
| Modifier and Type | Method and Description |
|---|---|
Image |
Wrap.getScreenImage(Rectangle rect)
Captures portion of the screen area held by the component.
|
void |
Wrap.waitImage(Image golden,
Rectangle rect,
String resID,
String diffID)
Waits for a portion of image to be exact the same as the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
Dock.bounds() |
| Modifier and Type | Method and Description |
|---|---|
void |
Dock.waitImage(String goldenId,
Rectangle rect)
Constructs names for diff and result images and waits for the control to match it.
|
void |
Dock.waitImage(String goldenId,
Rectangle rect,
String resID,
String diffID)
Loads image with
goldenId id waits for the control to match it. |
| Modifier and Type | Method and Description |
|---|---|
Image |
ImageCapturer.capture(Wrap<?> control,
Rectangle rect)
Obtains a screen image for the control.
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
ScrollerImpl.createScrollPoint(Rectangle bounds,
boolean horizontal,
boolean increase,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
protected Rectangle |
CoordinateLookup.getArea() |
protected Rectangle |
RelativeCoordinateLookup.getArea() |
protected abstract Rectangle |
CoordinateLookup.getBounds(CONTROL control) |
| Constructor and Description |
|---|
CoordinateLookup(Rectangle area) |
ImageLookup(Wrapper wrapper,
Class<T> type,
Image image,
Rectangle subArea) |
| Modifier and Type | Method and Description |
|---|---|
abstract Rectangle |
Screen.getScreenBounds() |
Rectangle |
ScreenRectangle.getScreenBounds() |
| Constructor and Description |
|---|
ScreenRectangle(Environment env,
Rectangle rect) |
Copyright © 2018. All rights reserved.