| Package | Description |
|---|---|
| com.privatejgoodies.forms.layout | |
| com.privatejgoodies.forms.util |
| Modifier and Type | Method and Description |
|---|---|
static UnitConverter |
Sizes.getUnitConverter()
Returns the current
UnitConverter. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Sizes.setUnitConverter(UnitConverter newUnitConverter)
Sets a new UnitConverter that will be used to convert font-dependent sizes to pixel sizes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUnitConverter
An abstract implementation of the
UnitConverter interface that minimizes the effort
required to convert font-dependent sizes to pixels. |
class |
DefaultUnitConverter
This is the default implementation of the
UnitConverter interface. |
Copyright © 2021. All rights reserved.