net.sf.simplelayout.helpers
Interface DimensionDeterminer

All Known Implementing Classes:
MaximumDimensionDeterminer, MinimumDimensionDeterminer, PreferredDimensionDeterminer

public interface DimensionDeterminer

Interface for classes which determine some dimension of an component.

Author:
Claus Radloff

Method Summary
 java.awt.Dimension getDimension(java.awt.Component c)
          Returns the dimension of the component
 

Method Detail

getDimension

java.awt.Dimension getDimension(java.awt.Component c)
Returns the dimension of the component

Parameters:
c - the component
Returns:
the dimension