A data structure for holding the properties common to all Properties objects.
Currently it only holds the font names vector.
Method Summary
final public synchronized boolean
isFontNameExists(String name) Returns true if the font name exists in the graphics enviornment.
Parameters: name - The name of the font to determine the existence of.
Method Detail
isFontNameExists
final public synchronized boolean isFontNameExists(String name)(Code)
Returns true if the font name exists in the graphics enviornment.
Parameters: name - The name of the font to determine the existence of. boolean If true, then the font name exists.