public final class DpiOptionsUtils
extends java.lang.Object
Constructor and Description |
---|
DpiOptionsUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
checkDpiRange(int desiredDPI)
Util method for checking
desiredDPI value which must be in interval [100, 400]. |
public static void checkDpiRange(int desiredDPI)
desiredDPI
value which must be in interval [100, 400].desiredDPI
- DPI value to check, must be in interval [100, 400].java.lang.IllegalArgumentException
- if the passed desiredDPI
is not in range [100, 400].