yu.ac.bg.etf.javaqx.qswing.styles
Class SystemFontSet

java.lang.Object
  extended byyu.ac.bg.etf.javaqx.qswing.styles.FontSet
      extended byyu.ac.bg.etf.javaqx.qswing.styles.SystemFontSet

public final class SystemFontSet
extends FontSet

System Font Set.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Constructor Summary
SystemFontSet()
          Constructs new SystemFontSet object.
 
Method Summary
 boolean equals(java.lang.Object obj)
          
 Font getButtonFont()
          Returns button font.
 Font getComponentFont()
          Returns component font.
 Font getDefaultFont()
          Returns default font.
 Font getFixedFont()
          Returns fixed font.
 Font getMenuBarFont()
          Returns menu bar font.
 Font getMenuFont()
          Returns menu font.
 java.lang.String getName()
          Returns the name of the font set.
 Font getTextFont()
          Returns text font.
 Font getToolTipFont()
          Returns tool tip font.
 int hashCode()
          
 
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.FontSet
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SystemFontSet

public SystemFontSet()
Constructs new SystemFontSet object.

Method Detail

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class FontSet

hashCode

public int hashCode()

Overrides:
hashCode in class FontSet

getName

public java.lang.String getName()
Returns the name of the font set.

Specified by:
getName in class FontSet
Returns:
the name of the font set

getDefaultFont

public Font getDefaultFont()
Returns default font.

Specified by:
getDefaultFont in class FontSet
Returns:
default font

getFixedFont

public Font getFixedFont()
Returns fixed font.

Specified by:
getFixedFont in class FontSet
Returns:
fixed font

getComponentFont

public Font getComponentFont()
Returns component font.

Specified by:
getComponentFont in class FontSet
Returns:
component font

getButtonFont

public Font getButtonFont()
Returns button font.

Specified by:
getButtonFont in class FontSet
Returns:
button font

getMenuFont

public Font getMenuFont()
Returns menu font.

Specified by:
getMenuFont in class FontSet
Returns:
menu font

getMenuBarFont

public Font getMenuBarFont()
Returns menu bar font.

Specified by:
getMenuBarFont in class FontSet
Returns:
menu bar font

getTextFont

public Font getTextFont()
Returns text font.

Specified by:
getTextFont in class FontSet
Returns:
text font

getToolTipFont

public Font getToolTipFont()
Returns tool tip font.

Specified by:
getToolTipFont in class FontSet
Returns:
tool tip font


Copyright © 2007 ETF and contributors. All Rights Reserved.