| Package | Description |
|---|---|
| com.pagosoft.plaf | |
| com.pagosoft.plaf.themes |
| Modifier and Type | Field and Description |
|---|---|
static PgsTheme |
ThemeFactory.GOLD |
static PgsTheme |
ThemeFactory.GRAY |
static PgsTheme |
ThemeFactory.GREEN |
static PgsTheme |
ThemeFactory.RUBY |
static PgsTheme |
ThemeFactory.WIN |
static PgsTheme |
ThemeFactory.YELLOW |
| Modifier and Type | Method and Description |
|---|---|
static PgsTheme |
ThemeFactory.createTheme(Color primary) |
static PgsTheme |
ThemeFactory.createTheme(Color primary,
Color secondary,
Color text) |
static PgsTheme |
ThemeFactory.createTheme(Map map) |
static PgsTheme |
ThemeFactory.createTheme(String name,
Color primary) |
static PgsTheme |
ThemeFactory.createTheme(String name,
Color primary,
Color secondary,
Color text) |
static PgsTheme |
ThemeFactory.getDefaultTheme() |
static PgsTheme |
ThemeFactory.getTheme(String theme)
Supported formats are:
colors: [primary], [secondary], [text]theme: [gray|ruby|win|yellow|gold]res: [theme_source_file] |
static PgsTheme |
ThemeFactory.getThemeByColors(String colors) |
static PgsTheme |
ThemeFactory.getThemeByName(String theme) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElegantGrayTheme
None of these themes should be used by now.
|
class |
NativeColorTheme |
class |
SilverTheme |
class |
VistaTheme |
| Modifier and Type | Method and Description |
|---|---|
static PgsTheme |
ElegantGrayTheme.getInstance() |
Copyright © 2015. All rights reserved.