|
|||||||||
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
The font and color theme of the style.
Constructor Summary | |
Theme()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
abstract ColorPalette |
getColorPalette()
Returns color palette. |
abstract FontSet |
getFontSet()
Returns font set. |
abstract java.lang.String |
getName()
Returns the name of the theme. |
int |
hashCode()
|
abstract boolean |
isSupported()
Returns true if the theme is supported on the platform. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Theme()
Method Detail |
public abstract java.lang.String getName()
public abstract boolean isSupported()
public abstract ColorPalette getColorPalette()
public abstract FontSet getFontSet()
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |