Modifier and Type | Method and Description |
---|---|
static FontSizeInPixels |
of(int pixels)
Returns the
FontSizeInPixels instance for the given value. |
default int |
value()
Returns the font size value measured in pixels.
|
static FontSizeInPixels of(int pixels)
FontSizeInPixels
instance for the given value.pixels
- the font size in pixels. Must not be negativejava.lang.IllegalArgumentException
- if the value provided is negative.default int value()