Class FormLayout.MinimumHeightMeasure
java.lang.Object
com.jgoodies.forms.layout.FormLayout.CachingMeasure
com.jgoodies.forms.layout.FormLayout.MinimumHeightMeasure
- All Implemented Interfaces:
FormLayout.Measure, Serializable
- Enclosing class:
FormLayout
Measures a component by computing its minimum height.
- Version:
- $Revision: 1.30 $
-
Field Summary
Fields inherited from class FormLayout.CachingMeasure
cache -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MinimumHeightMeasure
-
-
Method Details
-
sizeOf
Description copied from interface:FormLayout.MeasureComputes and returns the size of the givenComponent.- Parameters:
c- the component to measure- Returns:
- the component's size
-