public class MutableRegion
extends com.applitools.eyes.Region
| Constructor and Description |
|---|
MutableRegion(int left,
int top,
int width,
int height) |
MutableRegion(int left,
int top,
int width,
int height,
com.applitools.eyes.CoordinatesType coordinatesType) |
MutableRegion(com.applitools.eyes.IRegion region) |
MutableRegion(com.applitools.eyes.Location location,
com.applitools.eyes.RectangleSize size) |
MutableRegion(com.applitools.eyes.Location location,
com.applitools.eyes.RectangleSize size,
com.applitools.eyes.CoordinatesType coordinatesType) |
| Modifier and Type | Method and Description |
|---|---|
com.applitools.eyes.Region |
offset(int x,
int y) |
addPadding, contains, contains, equals, expandToContain, getArea, getBottom, getCoordinatesType, getHeight, getIntersected, getLeft, getLocation, getMiddleOffset, getNegativeLocation, getRight, getSize, getSubRegions, getSubRegions, getSubRegions, getTop, getWidth, hashCode, intersect, isEmpty, isIntersected, isSizeEmpty, makeEmpty, offset, scale, setCoordinatesType, setHeight, setLeft, setLocation, setSize, setTop, setWidth, setX, setY, toStringpublic MutableRegion(int left,
int top,
int width,
int height)
public MutableRegion(int left,
int top,
int width,
int height,
com.applitools.eyes.CoordinatesType coordinatesType)
public MutableRegion(com.applitools.eyes.Location location,
com.applitools.eyes.RectangleSize size)
public MutableRegion(com.applitools.eyes.Location location,
com.applitools.eyes.RectangleSize size,
com.applitools.eyes.CoordinatesType coordinatesType)
public MutableRegion(com.applitools.eyes.IRegion region)
Copyright © 2021. All rights reserved.