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.JSONAware
A theme system forCharts
to output the JSON value like Highcharts JS's Theme- Author:
- jumperchen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Theme.ThemeImpl
-
Field Summary
Fields Modifier and Type Field Description static Theme
AVOCADO
The Avocado theme provided by Highcharts JSstatic Theme
BRAND_DARK
The Brand dark theme provided by Highcharts JSstatic Theme
BRAND_LIGHT
The Brand light theme provided by Highcharts JSstatic Theme
DARK_BLUE
The dark blue theme provided by Highcharts JSstatic Theme
DARK_GREEN
The dark green theme provided by Highcharts JSstatic Theme
DARK_UNICA
The Dark Unica theme provided by Highcharts JSstatic Theme
DEFAULT
The default theme provided by Highcharts JSstatic Theme
GRAY
The gray theme provided by Highcharts JSstatic Theme
GRID
The grid theme provided by Highcharts JSstatic Theme
GRID_LIGHT
The Grid Light theme provided by Highcharts JSstatic Theme
HIGH_CONTRAST_DARK
The High contrast dark theme provided by Highcharts JSstatic Theme
HIGH_CONTRAST_LIGHT
The High contrast light theme provided by Highcharts JSstatic Theme
SAND_SIGNIKA
The Sand Signika theme provided by Highcharts JSstatic Theme
SKIES
The skies theme provided by Highcharts JSstatic Theme
SUNSET
The 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
-
-