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 SchemeScopeColorSchemesOptions. DEFAULT_SCHEME_SCOPEDefault 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 SchemeScopeColorSchemesOptions. 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 voidColorSchemesOptions. setSchemeScope(SchemeScope schemeScope)Sets the color scheme scope when the scheme is applied to hoving flex datasets, like bars charts.ColorSchemesOptionsBuilderColorSchemesOptionsBuilder. 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 SchemeScopeSchemeScope. 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.
-