public class FontList
extends java.util.Hashtable
Constructor and Description |
---|
FontList()
Class constructor For use by dataviews only
|
Modifier and Type | Method and Description |
---|---|
java.awt.Font |
getFont(java.lang.String name, int style, int size)
Retrieve a font from the hash table based on name, style, and size Add a new one if not found For use by dataviews only
|