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