org.fest.swing.query
Class ComponentFontQuery
java.lang.Object
org.fest.swing.query.ComponentFontQuery
public final class ComponentFontQuery
- extends Object
Understands an action, executed in the event dispatch thread, that returns the font of a
Component
.
- Author:
- Alex Ruiz, Yvonne Wang
- See Also:
Component.getFont()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fontOf
@RunsInEDT
public static Font fontOf(Component component)
- Returns the font of the given
Component
. This action is executed in the event dispatch
thread.
- Parameters:
component
- the given Component
.
- Returns:
- the font of the given
Component
. - See Also:
Component.getFont()
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.