| 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 | 
| Modifier and Type | Field and Description | 
|---|---|
| static ConstantSize.Unit | ConstantSize. CENTIMETER | 
| static ConstantSize.Unit | ConstantSize. CM | 
| static ConstantSize.Unit | ConstantSize. DIALOG_UNITS_X | 
| static ConstantSize.Unit | ConstantSize. DIALOG_UNITS_Y | 
| static ConstantSize.Unit | ConstantSize. DLUX | 
| static ConstantSize.Unit | ConstantSize. DLUY | 
| static ConstantSize.Unit | ConstantSize. IN | 
| static ConstantSize.Unit | ConstantSize. INCH | 
| static ConstantSize.Unit | ConstantSize. MILLIMETER | 
| static ConstantSize.Unit | ConstantSize. MM | 
| static ConstantSize.Unit | ConstantSize. PIXEL | 
| static ConstantSize.Unit | ConstantSize. POINT | 
| static ConstantSize.Unit | ConstantSize. PT | 
| static ConstantSize.Unit | ConstantSize. PX | 
| Modifier and Type | Method and Description | 
|---|---|
| static ConstantSize.Unit | Sizes. getDefaultUnit()Returns the Unit that is used if an encoded ConstantSize contains
 no unit string. | 
| ConstantSize.Unit | ConstantSize. getUnit()Returns this size's unit. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Sizes. setDefaultUnit(ConstantSize.Unit unit)Sets the Unit that shall be used if an encoded ConstantSize
 provides no unit string. | 
| Constructor and Description | 
|---|
| ConstantSize(double value,
            ConstantSize.Unit unit)Constructs a ConstantSize for the given size and unit. | 
| ConstantSize(int value,
            ConstantSize.Unit unit)Constructs a ConstantSize for the given size and unit. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.