public class Crop extends java.lang.Object implements RequestOption
| Modifier and Type | Class and Description |
|---|---|
static class |
Crop.Type |
| Constructor and Description |
|---|
Crop(int width,
int height) |
Crop(int width,
int height,
Crop.Type... types) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Request.Builder builder) |
int |
getHeight() |
Crop.Type[] |
getTypes() |
int |
getWidth() |
public Crop(int width,
int height,
Crop.Type... types)
public Crop(int width,
int height)
public Crop.Type[] getTypes()
public int getWidth()
public int getHeight()
public void apply(Request.Builder builder)
apply in interface RequestOption