Interface FormLayout.Measure
- All Known Implementing Classes:
FormLayout.CachingMeasure, FormLayout.MinimumHeightMeasure, FormLayout.MinimumWidthMeasure, FormLayout.PreferredHeightMeasure, FormLayout.PreferredWidthMeasure
- Enclosing class:
FormLayout
public static interface FormLayout.Measure
An interface that describes how to measure a
Component.
Used to abstract from horizontal and vertical dimensions as well as
minimum and preferred sizes.- Since:
- 1.1
- Version:
- $Revision: 1.30 $
-
Method Summary
-
Method Details
-
sizeOf
Computes and returns the size of the givenComponent.- Parameters:
component- the component to measure- Returns:
- the component's size
-