@Value.Immutable
public interface Resolution
| Modifier and Type | Interface and Description |
|---|---|
static class |
Resolution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Resolution.Builder |
builder() |
int |
height() |
static Resolution |
of(int width,
int height) |
int |
width() |
int width()
int height()
static Resolution.Builder builder()
static Resolution of(int width, int height)