Uses of Class
org.pepstock.charba.client.impl.plugins.enums.GoogleChartScheme
- 
Packages that use GoogleChartScheme Package Description org.pepstock.charba.client.impl.plugins.enums Contains the enumeration items to configure out of the box CHARBA plugins.
- 
- 
Uses of GoogleChartScheme in org.pepstock.charba.client.impl.plugins.enumsMethods in org.pepstock.charba.client.impl.plugins.enums that return GoogleChartScheme Modifier and Type Method Description static GoogleChartSchemeGoogleChartScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleChartScheme[]GoogleChartScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
 
-