yu.ac.bg.etf.javaqx.qswing.styles
Class CustomTheme
java.lang.Object
yu.ac.bg.etf.javaqx.qswing.styles.Theme
yu.ac.bg.etf.javaqx.qswing.styles.AbstractTheme
yu.ac.bg.etf.javaqx.qswing.styles.CustomTheme
- public class CustomTheme
- extends AbstractTheme
Custom Theme.
- Version:
- 0.2.0
- Author:
- Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
Method Summary |
boolean |
isSupported()
Returns true if the theme is supported on the platform. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CustomTheme
public CustomTheme(ColorPalette colorPalette,
FontSet fontSet)
- Constructs new CustomTheme object.
- Parameters:
colorPalette
- the color palettefontSet
- the font set
CustomTheme
public CustomTheme(java.lang.String name,
ColorPalette colorPalette,
FontSet fontSet)
- Constructs new CustomTheme object.
- Parameters:
name
- the theme namecolorPalette
- the color palettefontSet
- the font set
isSupported
public boolean isSupported()
- Returns true if the theme is supported on the platform.
- Specified by:
isSupported
in class Theme
- Returns:
- true if the theme is supported on the platform
Copyright © 2007 ETF and contributors. All Rights Reserved.