|
|||||||||
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.Theme
yu.ac.bg.etf.javaqx.qswing.styles.AbstractTheme
Abstract Theme.
Constructor Summary | |
protected |
AbstractTheme(ColorPalette colorPalette,
FontSet fontSet)
Constructs new AbstractTheme object. |
protected |
AbstractTheme(java.lang.String name,
ColorPalette colorPalette,
FontSet fontSet)
Constructs new AbstractTheme object. |
Method Summary | |
ColorPalette |
getColorPalette()
Returns color palette. |
FontSet |
getFontSet()
Returns font set. |
java.lang.String |
getName()
Returns the name of the theme. |
int |
hashCode()
|
Methods inherited from class yu.ac.bg.etf.javaqx.qswing.styles.Theme |
equals, isSupported, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected AbstractTheme(ColorPalette colorPalette, FontSet fontSet)
colorPalette
- the color palettefontSet
- the font setprotected AbstractTheme(java.lang.String name, ColorPalette colorPalette, FontSet fontSet)
name
- the namecolorPalette
- the color palettefontSet
- the font setMethod Detail |
public int hashCode()
hashCode
in class Theme
public java.lang.String getName()
getName
in class Theme
public ColorPalette getColorPalette()
getColorPalette
in class Theme
public FontSet getFontSet()
getFontSet
in class Theme
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |