public final class Dimensions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
maxCols |
private int |
maxRows |
private int |
minCols |
private int |
minRows |
Constructor and Description |
---|
Dimensions(int minCols,
int maxCols,
int minRows,
int maxRows) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxCols() |
int |
getMaxRows() |
int |
getMinCols() |
int |
getMinRows() |