|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectyu.ac.bg.etf.javaqx.qswing.styles.FontSet
yu.ac.bg.etf.javaqx.qswing.styles.SystemFontSet
System Font Set.
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 |
public SystemFontSet()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class FontSet
public int hashCode()
hashCode
in class FontSet
public java.lang.String getName()
getName
in class FontSet
public Font getDefaultFont()
getDefaultFont
in class FontSet
public Font getFixedFont()
getFixedFont
in class FontSet
public Font getComponentFont()
getComponentFont
in class FontSet
public Font getButtonFont()
getButtonFont
in class FontSet
public Font getMenuFont()
getMenuFont
in class FontSet
public Font getMenuBarFont()
getMenuBarFont
in class FontSet
public Font getTextFont()
getTextFont
in class FontSet
public Font getToolTipFont()
getToolTipFont
in class FontSet
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |