Package com.jgoodies.forms.layout
Interface FormLayout.Measure
-
- Enclosing class:
- FormLayout
public static interface FormLayout.MeasureAn interface that describes how to measure aComponent. Used to abstract from horizontal and vertical dimensions as well as minimum and preferred sizes.- Since:
- 1.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsizeOf(java.awt.Component component)Computes and returns the size of the givenComponent.
-