Class LumoLightTheme
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.style.Theme
com.vaadin.componentfactory.maps.model.style.LumoLightTheme
- All Implemented Interfaces:
Serializable
ValoLightTheme class.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final SolidColorConstantBGCOLORprotected static final SolidColorConstantBGCOLOR_LIGHT_GRAYprotected static final intConstantBORDER_RADIUS=5protected static final SolidColorConstantCOLOR1protected static final SolidColorConstantCOLOR10protected static final SolidColorConstantCOLOR11protected static final SolidColorConstantCOLOR12protected static final SolidColorConstantCOLOR13protected static final SolidColorConstantCOLOR14protected static final SolidColorConstantCOLOR15protected static final SolidColorConstantCOLOR16protected static final SolidColorConstantCOLOR2protected static final SolidColorConstantCOLOR3protected static final SolidColorConstantCOLOR4protected static final SolidColorConstantCOLOR5protected static final SolidColorConstantCOLOR6protected static final SolidColorConstantCOLOR7protected static final SolidColorConstantCOLOR8protected static final SolidColorConstantCOLOR9protected static final StringConstantDEFAULT_FONT_FAMILIES="Open Sans, Helvetica Neue, Arial, sans-"{trunked}protected static final SolidColorConstantGRID_COLORprotected static final SolidColorConstantLABEL_COLORprotected static final ColorConstantLEGEND_BACKGROUND_COLORprotected static final ColorConstantLEGEND_TEXT_COLORprotected static final SolidColorConstantLINE_COLORprotected static final SolidColorConstantNULL_COLORprotected static final SolidColorConstantSUBTITLE_COLORprotected static final SolidColorConstantTEXT_COLORprotected static final SolidColorConstantTITLE_COLORprotected static final SolidColorConstantTOOLTIP_BACKGROUND_COLORprotected static final SolidColorConstantTOOLTIP_TEXT_COLORprotected static final SolidColorConstantTRANSPARENT_COLOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetDataLabelsDefaults.Methods inherited from class com.vaadin.componentfactory.maps.model.style.Theme
getChart, getColors, getCredits, getLabels, getLegend, getPlotOptions, getSubtitle, getTitle, getTooltip, setChart, setColors, setCredits, setLabels, setLegend, setPlotOptions, setSubtitle, setTitle, setTooltip
-
Field Details
-
BORDER_RADIUS
protected static final int BORDER_RADIUSConstantBORDER_RADIUS=5- See Also:
-
COLOR1
ConstantCOLOR1 -
COLOR2
ConstantCOLOR2 -
COLOR3
ConstantCOLOR3 -
COLOR4
ConstantCOLOR4 -
COLOR5
ConstantCOLOR5 -
COLOR6
ConstantCOLOR6 -
COLOR7
ConstantCOLOR7 -
COLOR8
ConstantCOLOR8 -
COLOR9
ConstantCOLOR9 -
COLOR10
ConstantCOLOR10 -
COLOR11
ConstantCOLOR11 -
COLOR12
ConstantCOLOR12 -
COLOR13
ConstantCOLOR13 -
COLOR14
ConstantCOLOR14 -
COLOR15
ConstantCOLOR15 -
COLOR16
ConstantCOLOR16 -
TITLE_COLOR
ConstantTITLE_COLOR -
TOOLTIP_TEXT_COLOR
ConstantTOOLTIP_TEXT_COLOR -
TOOLTIP_BACKGROUND_COLOR
ConstantTOOLTIP_BACKGROUND_COLOR -
SUBTITLE_COLOR
ConstantSUBTITLE_COLOR -
LINE_COLOR
ConstantLINE_COLOR -
TEXT_COLOR
ConstantTEXT_COLOR -
GRID_COLOR
ConstantGRID_COLOR -
LABEL_COLOR
ConstantLABEL_COLOR -
BGCOLOR
ConstantBGCOLOR -
BGCOLOR_LIGHT_GRAY
ConstantBGCOLOR_LIGHT_GRAY -
TRANSPARENT_COLOR
ConstantTRANSPARENT_COLOR -
NULL_COLOR
ConstantNULL_COLOR -
DEFAULT_FONT_FAMILIES
ConstantDEFAULT_FONT_FAMILIES="Open Sans, Helvetica Neue, Arial, sans-"{trunked}- See Also:
-
LEGEND_TEXT_COLOR
ConstantLEGEND_TEXT_COLOR -
LEGEND_BACKGROUND_COLOR
ConstantLEGEND_BACKGROUND_COLOR
-
-
Constructor Details
-
LumoLightTheme
public LumoLightTheme()Constructor for ValoLightTheme.
-
-
Method Details
-
setDataLabelsDefaults
setDataLabelsDefaults.
- Parameters:
labels- aAbstractDataLabelsobject.
-