Package org.zkoss.chart
Interface Theme
-
- All Superinterfaces:
org.zkoss.json.JSONAware
- All Known Implementing Classes:
Theme.ThemeImpl
public interface Theme extends org.zkoss.json.JSONAwareA theme system forChartsto output the JSON value like Highcharts JS's Theme- Author:
- jumperchen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTheme.ThemeImpl
-
Field Summary
Fields Modifier and Type Field Description static ThemeAVOCADOThe Avocado theme provided by Highcharts JSstatic ThemeBRAND_DARKThe Brand dark theme provided by Highcharts JSstatic ThemeBRAND_LIGHTThe Brand light theme provided by Highcharts JSstatic ThemeDARK_BLUEThe dark blue theme provided by Highcharts JSstatic ThemeDARK_GREENThe dark green theme provided by Highcharts JSstatic ThemeDARK_UNICAThe Dark Unica theme provided by Highcharts JSstatic ThemeDEFAULTThe default theme provided by Highcharts JSstatic ThemeGRAYThe gray theme provided by Highcharts JSstatic ThemeGRIDThe grid theme provided by Highcharts JSstatic ThemeGRID_LIGHTThe Grid Light theme provided by Highcharts JSstatic ThemeHIGH_CONTRAST_DARKThe High contrast dark theme provided by Highcharts JSstatic ThemeHIGH_CONTRAST_LIGHTThe High contrast light theme provided by Highcharts JSstatic ThemeSAND_SIGNIKAThe Sand Signika theme provided by Highcharts JSstatic ThemeSKIESThe skies theme provided by Highcharts JSstatic ThemeSUNSETThe Sunset theme provided by Highcharts JS
-
-
-
Field Detail
-
DEFAULT
static final Theme DEFAULT
The default theme provided by Highcharts JS
-
DARK_BLUE
static final Theme DARK_BLUE
The dark blue theme provided by Highcharts JS
-
DARK_GREEN
static final Theme DARK_GREEN
The dark green theme provided by Highcharts JS
-
GRAY
static final Theme GRAY
The gray theme provided by Highcharts JS
-
GRID
static final Theme GRID
The grid theme provided by Highcharts JS
-
SKIES
static final Theme SKIES
The skies theme provided by Highcharts JS
-
DARK_UNICA
static final Theme DARK_UNICA
The Dark Unica theme provided by Highcharts JS
-
SAND_SIGNIKA
static final Theme SAND_SIGNIKA
The Sand Signika theme provided by Highcharts JS
-
GRID_LIGHT
static final Theme GRID_LIGHT
The Grid Light theme provided by Highcharts JS
-
AVOCADO
static final Theme AVOCADO
The Avocado theme provided by Highcharts JS- Since:
- 7.2.1.0
-
HIGH_CONTRAST_DARK
static final Theme HIGH_CONTRAST_DARK
The High contrast dark theme provided by Highcharts JS- Since:
- 7.2.1.0
-
HIGH_CONTRAST_LIGHT
static final Theme HIGH_CONTRAST_LIGHT
The High contrast light theme provided by Highcharts JS- Since:
- 7.2.1.0
-
SUNSET
static final Theme SUNSET
The Sunset theme provided by Highcharts JS- Since:
- 7.2.1.0
-
BRAND_DARK
static final Theme BRAND_DARK
The Brand dark theme provided by Highcharts JS- Since:
- 11.2.0.0
-
BRAND_LIGHT
static final Theme BRAND_LIGHT
The Brand light theme provided by Highcharts JS- Since:
- 11.2.0.0
-
-