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