Package net.infonode.gui
Interface DimensionProvider
public interface DimensionProvider
An object that provides dimensions.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the dimension for the given component
-
Method Details
-
getDimension
Returns the dimension for the given component- Parameters:
c
- the component to get dimension for- Returns:
- the dimension
-