yu.ac.bg.etf.javaqx.qswing.layouts.formlayout
Interface FormLayout.Measure
- Enclosing interface:
- 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.
Method Summary |
int |
sizeOf(JQComponent component)
Computes and returns the size of the given Component . |
sizeOf
public int sizeOf(JQComponent component)
- Computes and returns the size of the given
Component
.
- Parameters:
component
- the component to measure
- Returns:
- the component's size
Copyright © 2007 ETF and contributors. All Rights Reserved.