public static interface MediaEntity.Size extends Serializable
Modifier and Type | Field and Description |
---|---|
static int |
CROP |
static int |
FIT |
static Integer |
LARGE |
static Integer |
MEDIUM |
static Integer |
SMALL |
static Integer |
THUMB |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
int |
getResize() |
int |
getWidth() |
static final Integer THUMB
static final Integer SMALL
static final Integer MEDIUM
static final Integer LARGE
static final int FIT
static final int CROP
Copyright © 2018. All rights reserved.