| Package | Description |
|---|---|
| org.jemmy | |
| org.jemmy.image.pixel | |
| org.jemmy.input | |
| org.jemmy.interfaces |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.getSize()
Gets the size of this
Dimension object. |
Dimension |
Rectangle.getSize()
Gets the size of this
Rectangle, represented by
the returned Dimension. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dimension.setSize(Dimension d)
Sets the size of this
Dimension object to the specified size. |
void |
Rectangle.setSize(Dimension d)
Sets the size of this
Rectangle to match the
specified Dimension. |
| Constructor and Description |
|---|
Dimension(Dimension d)
Creates an instance of
Dimension whose width
and height are the same as for the specified dimension. |
Rectangle(Dimension d)
Constructs a new
Rectangle whose top left corner is
(0, 0) and whose width and height are specified
by the Dimension argument. |
Rectangle(Point p,
Dimension d)
|
| Modifier and Type | Method and Description |
|---|---|
static Dimension |
PixelImageComparator.computeDiffSize(Raster one,
Raster two) |
Dimension |
Raster.getSize() |
abstract Dimension |
ResizeComparator.getSize(Image image) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WriteableRaster |
ColorMappingComparator.createView(Dimension size) |
abstract Image |
ResizeComparator.resize(Image image,
Dimension size) |
| Modifier and Type | Method and Description |
|---|---|
void |
WindowImpl.resize(Dimension size,
Window.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Window.resize(Dimension size,
Window.Direction direction) |
Copyright © 2019. All rights reserved.