public class CropDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CropDto.CropDtoBuilder |
| Constructor and Description |
|---|
CropDto() |
CropDto(CropDto original) |
CropDto(int x,
int y,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
static CropDto.CropDtoBuilder |
builder() |
boolean |
equals(Object o) |
DimensionsDto |
getBox() |
DimensionsDto |
getDimensions() |
int |
getHeight() |
DimensionsDto |
getSource() |
int |
getWidth() |
int |
getX() |
int |
getY() |
boolean |
hasBox() |
int |
hashCode() |
boolean |
hasSource() |
void |
setBox(DimensionsDto box) |
void |
setHeight(int height) |
void |
setSource(DimensionsDto source) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
CropDto.CropDtoBuilder |
toBuilder() |
String |
toString() |
public CropDto()
public CropDto(CropDto original)
public CropDto(int x,
int y,
int width,
int height)
public boolean hasBox()
public boolean hasSource()
public DimensionsDto getDimensions()
public static CropDto.CropDtoBuilder builder()
public CropDto.CropDtoBuilder toBuilder()
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public DimensionsDto getSource()
public DimensionsDto getBox()
public void setX(int x)
public void setY(int y)
public void setWidth(int width)
public void setHeight(int height)
public void setSource(DimensionsDto source)
public void setBox(DimensionsDto box)
Copyright © 2020. All rights reserved.