| Package | Description |
|---|---|
| com.applitools.eyes | |
| com.applitools.eyes.config | |
| com.applitools.eyes.universal.mapper |
| Modifier and Type | Class and Description |
|---|---|
class |
FixedCutProvider
Cut provider based on fixed cut values, run AFTER scaling (so coordinates should be normalized).
|
class |
NullCutProvider
A cut provider which does nothing.
|
class |
UnscaledFixedCutProvider
Cut provider based on fixed cut values, run BEFORE scaling.
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertyHandler<CutProvider> |
EyesBase.cutProviderHandler |
| Modifier and Type | Method and Description |
|---|---|
CutProvider |
UnscaledFixedCutProvider.scale(double scaleRatio) |
CutProvider |
CutProvider.scale(double scaleRatio)
Get a scaled version of the cut provider.
|
CutProvider |
FixedCutProvider.scale(double scaleRatio) |
| Modifier and Type | Method and Description |
|---|---|
void |
EyesBase.setImageCut(CutProvider cutProvider)
Manually set the the sizes to cut from an image before it's validated.
|
| Modifier and Type | Method and Description |
|---|---|
CutProvider |
Configuration.getCutProvider() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.setCutProvider(CutProvider cutProvider) |
| Modifier and Type | Method and Description |
|---|---|
static ImageCropRectDto |
SettingsMapper.toImageCropRect(CutProvider cutProvider,
ContentInset contentInset) |
Copyright © 2023. All rights reserved.