Uses of Class
org.pepstock.charba.client.impl.plugins.enums.SchemeScope
-
Packages that use SchemeScope Package Description org.pepstock.charba.client.impl.plugins Contains some plugins implementations, available out-of-the box.org.pepstock.charba.client.impl.plugins.enums Contains the enumeration items to configure out of the box CHARBA plugins. -
-
Uses of SchemeScope in org.pepstock.charba.client.impl.plugins
Fields in org.pepstock.charba.client.impl.plugins declared as SchemeScope Modifier and Type Field Description static SchemeScope
ColorSchemesOptions. DEFAULT_SCHEME_SCOPE
Default color scheme scope (for bar and bubble charts),DATASET
.Methods in org.pepstock.charba.client.impl.plugins that return SchemeScope Modifier and Type Method Description SchemeScope
ColorSchemesOptions. getSchemeScope()
Returns the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.Methods in org.pepstock.charba.client.impl.plugins with parameters of type SchemeScope Modifier and Type Method Description void
ColorSchemesOptions. setSchemeScope(SchemeScope schemeScope)
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.ColorSchemesOptionsBuilder
ColorSchemesOptionsBuilder. setSchemeScope(SchemeScope schemeScope)
Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts. -
Uses of SchemeScope in org.pepstock.charba.client.impl.plugins.enums
Methods in org.pepstock.charba.client.impl.plugins.enums that return SchemeScope Modifier and Type Method Description static SchemeScope
SchemeScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static SchemeScope[]
SchemeScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-