Package org.fest.swing.query
Class ComponentSizeQuery
java.lang.Object
org.fest.swing.query.ComponentSizeQuery
Understands an action, executed in the event dispatch thread, that returns the size of a
Component
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComponentSizeQuery
private ComponentSizeQuery()
-
-
Method Details
-
sizeOf
Returns the size of the given
. This action is executed in the event dispatch thread.Component
- Parameters:
component
- the givenComponent
.- Returns:
- the size of the given
Component
. - See Also:
-