public final class Dimensions extends Object
| 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() | 
Copyright © 2007–2018. All rights reserved.