| Package | Description |
|---|---|
| org.jemmy | |
| org.jemmy.control | |
| org.jemmy.input | |
| org.jemmy.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Point |
Rectangle.getLocation()
Returns the location of this
Rectangle. |
Point |
Point.getLocation()
Returns the location of this point.
|
Point |
Point.move(int x,
int y)
Moves this point to the specified location in the
(x,y) coordinate plane. |
Point |
Point.setLocation(double x,
double y)
Sets the location of this point to the specified double coordinates.
|
Point |
Point.setLocation(int x,
int y)
Changes the point to have the specified location.
|
Point |
Point.setLocation(Point p)
Sets the location of the point to the specified location.
|
Point |
Point.translate(int dx,
int dy)
Translates this point, at location
(x,y),
by dx along the x axis and dy
along the y axis so that it now represents the point
(x + dx,y + dy). |
Point |
Point.translate(Vector v)
Translates the current point according to the given vector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rectangle.add(Point pt)
Adds the specified
Point to the bounds of this
Rectangle. |
boolean |
Rectangle.contains(Point p)
Checks whether or not this
Rectangle contains the
specified Point. |
void |
Rectangle.setLocation(Point p)
Moves this
Rectangle to the specified location. |
Point |
Point.setLocation(Point p)
Sets the location of the point to the specified location.
|
| Constructor and Description |
|---|
Point(Point p)
Constructs and initializes a point with the same location as
the specified
Point object. |
Rectangle(Point p)
Constructs a new
Rectangle whose upper-left corner is the
specified Point, and whose width and height are both zero. |
Rectangle(Point p,
Dimension d)
|
Vector(Point from,
Point to) |
| Modifier and Type | Method and Description |
|---|---|
Point |
Wrap.getClickPoint()
Return default point to click, drag.
|
Point |
Wrap.toAbsolute(Point local)
Transforms point in local control coordinate system to screen
coordinates.
|
Point |
Wrap.toLocal(Point local)
Transforms point in screen coordinates to local control coordinate
system.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
Wrap.toAbsolute(Point local)
Transforms point in local control coordinate system to screen
coordinates.
|
Point |
Wrap.toLocal(Point local)
Transforms point in screen coordinates to local control coordinate
system.
|
| Modifier and Type | Method and Description |
|---|---|
static Point |
ScrollerImpl.createScrollPoint(Rectangle bounds,
boolean horizontal,
boolean increase,
int offset) |
static Point |
ScrollerImpl.createScrollPoint(Wrap c,
boolean horizontal,
boolean increase,
int offset)
An auxiliary function to calculate click point, on the appropriate side
of the control depending on the parameters.
|
protected abstract Point |
ScrollerImpl.getScrollClickPoint(boolean increase) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StringPopupSelectableOwner.getState(Point p,
LookupCriteria<T>... criteria)
Returns the current selection state of the menu item conforming to the
criteria.
|
boolean |
StringPopupSelectableOwner.getState(Point p,
String... texts)
Returns the current selection state of the menu item conforming to the
criteria.
|
void |
WindowImpl.move(Point dest) |
void |
StringPopupSelectableOwner.push(boolean desiredSelectionState,
Point p,
LookupCriteria<T>... criteria)
Ensures state of a menu item conforming to the criteria.
|
void |
StringPopupSelectableOwner.push(boolean desiredSelectionState,
Point p,
String... texts)
Ensures state of a menu item conforming to the criteria.
|
void |
StringPopupOwner.push(Point p,
String... texts) |
void |
StringPopupOwner.select(Point p,
String... texts) |
| Constructor and Description |
|---|
ClickFocus(Wrap<? extends CONTROL> topControl,
Point clickPoint) |
MouseScrollAction(Point down,
Keyboard.KeyboardModifier[] downMods,
Point up,
Keyboard.KeyboardModifier[] upMods) |
MouseScrollAction(Point down,
Point up) |
| Modifier and Type | Field and Description |
|---|---|
static Point |
PopupOwner.CENTER |
| Modifier and Type | Method and Description |
|---|---|
void |
Mouse.click(int count,
Point p) |
void |
Mouse.click(int count,
Point p,
Mouse.MouseButton button) |
void |
Mouse.click(int count,
Point p,
Mouse.MouseButton button,
Modifier... modifiers) |
void |
Drag.dnd(Point targetPoint) |
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint) |
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint,
Mouse.MouseButton button) |
void |
Drag.dnd(Point point,
Wrap target,
Point targetPoint,
Mouse.MouseButton button,
Modifier... modifiers) |
void |
Drag.dnd(Wrap target,
Point targetPoint) |
MenuSelectable |
PopupSelectableOwner.menu(Point p) |
Menu |
PopupOwner.menu(Point p) |
void |
Window.move(Point dest) |
void |
Mouse.move(Point p) |
void |
Mouse.turnWheel(Point point,
int amount) |
void |
Mouse.turnWheel(Point point,
int amount,
Modifier... modifiers) |
Copyright © 2019. All rights reserved.