ConstantSize
using the factory methods and constants in the {@link Sizes} class.Logical constant sizes that vary with the current layout style are delivered by the {@link com.jgoodies.forms.util.LayoutStyle} class.This class supports different size units:
Unit | Abbreviation | Size |
Millimeter | mm | 0.1 cm |
Centimeter | cm | 10.0 mm |
Inch | in | 25.4 mm |
DTP Point | pt | 1/72 in |
Pixel | px | 1/(resolution in dpi) in |
Dialog Unit | dlu | honors l&f, resolution, and dialog font size |
Examples:
Sizes.ZERO; Sizes.DLUX9; Sizes.dluX(42); Sizes.pixel(99);@author Karsten Lentzsch @version $Revision: 1.17 $ @see Size @see Sizes
|
|
|
|
|
|