tp.view
Class GUIFonts

java.lang.Object
  extended by tp.view.GUIFonts

public class GUIFonts
extends java.lang.Object

A class containing information about text fonts, which appear on the application windows.


Constructor Summary
GUIFonts()
          Constructor of the class.
 
Method Summary
 java.awt.Font getBoldText()
          Gets parameters of bold text settings.
 java.awt.Font getText()
          Gets parameters of standard text settings.
 java.awt.Font getTitleText()
          Gets parameters of title text settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIFonts

public GUIFonts()
Constructor of the class.

Method Detail

getBoldText

public java.awt.Font getBoldText()
Gets parameters of bold text settings.

Returns:
a Font object

getText

public java.awt.Font getText()
Gets parameters of standard text settings.

Returns:
a Font object

getTitleText

public java.awt.Font getTitleText()
Gets parameters of title text settings.

Returns:
a Font object