| Modifier and Type | Method and Description |
|---|---|
CropDto.CropDtoBuilder |
box(DimensionsDto box) |
CropDto |
build() |
CropDto.CropDtoBuilder |
height(int height) |
CropDto.CropDtoBuilder |
source(DimensionsDto source) |
String |
toString() |
CropDto.CropDtoBuilder |
width(int width) |
CropDto.CropDtoBuilder |
x(int x) |
CropDto.CropDtoBuilder |
y(int y) |
public CropDto.CropDtoBuilder x(int x)
public CropDto.CropDtoBuilder y(int y)
public CropDto.CropDtoBuilder width(int width)
public CropDto.CropDtoBuilder height(int height)
public CropDto.CropDtoBuilder source(DimensionsDto source)
public CropDto.CropDtoBuilder box(DimensionsDto box)
public CropDto build()
Copyright © 2020. All rights reserved.