| Package | Description | 
|---|---|
| com.jgoodies.forms.layout | Contains the core classes of the JGoodies Forms framework: 
layout manager, column and row specifications, sizes and cell constraints | 
| com.jgoodies.forms.util | Consists of Forms framework helper classes for unit conversion and layout styles | 
| 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  | AbstractUnitConverterAn abstract implementation of the  UnitConverterinterface that
 minimizes the effort required to convert font-dependent sizes to pixels. | 
| class  | DefaultUnitConverterThis is the default implementation of the  UnitConverterinterface. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.