| javax.swing.BasicSwingTestCase javax.swing.text.html.StyleSheet_ConvertAttr_FontFamilyTest
StyleSheet_ConvertAttr_FontFamilyTest | public class StyleSheet_ConvertAttr_FontFamilyTest extends BasicSwingTestCase (Code) | | |
testFontFamilyCursive | public void testFontFamilyCursive()(Code) | | Generic family: cursive.
Falls back to default sans-serif.
|
testFontFamilyFantasy | public void testFontFamilyFantasy()(Code) | | Generic family: fantasy.
Falls back to default sans-serif.
|
testFontFamilyGenericPlusFont | public void testFontFamilyGenericPlusFont()(Code) | | Multiple fonts are listed.
The first item is generic font family.
|
testFontFamilyL | public void testFontFamilyL()(Code) | | Contains a known font on Linux.
|
testFontFamilyMonospace | public void testFontFamilyMonospace()(Code) | | Generic family: monospace.
|
testFontFamilyMultiple | public void testFontFamilyMultiple()(Code) | | Multiple fonts are listed.
The name of the first font found on the system is returned as result
of the convertion.
|
testFontFamilyMultipleNonExistentG | public void testFontFamilyMultipleNonExistentG()(Code) | | Multiple fonts are listed. The two first items refer to non-existent
fonts, the last item is generic family. It is the generic family
that expected to be the result of convertion.
|
testFontFamilyMultipleNonExistentL | public void testFontFamilyMultipleNonExistentL()(Code) | | Multiple fonts are listed. The first item refers to non-existent font,
the second to the known font on Linux systems.
|
testFontFamilyMultipleNonExistentW | public void testFontFamilyMultipleNonExistentW()(Code) | | Multiple fonts are listed. The first item refers to non-existent font,
the second to the known font on Windows systems.
|
testFontFamilyNonStyleConstants | public void testFontFamilyNonStyleConstants()(Code) | | Attribute set was added CSS.Attribute.FONT_FAMILY
property. It is not expected to convert values to and from.
StyleConstants .
|
testFontFamilyNotExists | public void testFontFamilyNotExists()(Code) | | The value refers to the unknown font.
|
testFontFamilySansSerif | public void testFontFamilySansSerif()(Code) | | Generic family: sans-serif.
|
testFontFamilySerif | public void testFontFamilySerif()(Code) | | Generic family: serif.
|
testFontFamilyW | public void testFontFamilyW()(Code) | | Contains a known font on Windows.
|
Methods inherited from javax.swing.BasicSwingTestCase | public static void assertEquals(Object[] expected, Object[] actual)(Code)(Java Doc) protected Graphics createTestGraphics()(Code)(Java Doc) protected Component findComponent(Container root, Class> findClass, boolean exactClassMatch)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt, int charWidth)(Code)(Java Doc) protected FontMetrics getFontMetrics(Font fnt, int charWidth, int charHeight)(Code)(Java Doc) protected EventListener getListener(EventListener[] listeners, Class> listenerClass)(Code)(Java Doc) protected boolean hasListener(EventListener[] listeners, Class> listenerClass)(Code)(Java Doc) public static boolean isHarmony()(Code)(Java Doc) protected boolean isSystemWindow(Frame f)(Code)(Java Doc) protected void rethrow(Throwable exception) throws Throwable(Code)(Java Doc) public void runBare() throws Throwable(Code)(Java Doc) protected Throwable runBareImpl() throws Throwable(Code)(Java Doc) protected void runBareSuper() throws Throwable(Code)(Java Doc) public static Object serializeObject(Object objectToWrite) throws IOException, ClassNotFoundException(Code)(Java Doc) public void setIgnoreNotImplemented(boolean b)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) protected void testExceptionalCase(ExceptionalCase ec)(Code)(Java Doc) protected void traverseComponentTree(Component root, TraverseAction action)(Code)(Java Doc) protected boolean waitForFocus(Component c) throws Exception(Code)(Java Doc) protected void waitForIdle() throws Exception(Code)(Java Doc)
|
|
|