|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontFixture | |
---|---|
org.fest.swing.fixture | The power and flexibility of FEST-Swing come from the fixtures in this package. |
Uses of FontFixture in org.fest.swing.fixture |
---|
Methods in org.fest.swing.fixture that return FontFixture | |
---|---|
FontFixture |
ComponentFixture.font()
Returns a fixture that verifies the font of this fixture's . |
FontFixture |
JTableCellFixture.font()
Returns a fixture that verifies the font of this fixture's table cell. |
FontFixture |
JTableFixture.fontAt(TableCell cell)
Returns a fixture that verifies the font of the given table cell. |
FontFixture |
FontFixture.requireBold()
Verifies that this fixture's font is bold. |
FontFixture |
FontFixture.requireFamily(String family)
Verifies that the family name of this fixture's font is equal to the given one. |
FontFixture |
FontFixture.requireItalic()
Verifies that this fixture's font is italic. |
FontFixture |
FontFixture.requireName(String name)
Verifies that the logical name of this fixture's font is equal to the given one. |
FontFixture |
FontFixture.requireNotBold()
Verifies that this fixture's font is not bold. |
FontFixture |
FontFixture.requireNotItalic()
Verifies that this fixture's font is not italic. |
FontFixture |
FontFixture.requireNotPlain()
Verifies that this fixture's font is not plain. |
FontFixture |
FontFixture.requirePlain()
Verifies that this fixture's font is plain. |
FontFixture |
FontFixture.requireSize(int size)
Verifies that the point size of this fixture's font is equal to the given one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |