Uses of Class
org.pepstock.charba.client.enums.FillingMode
-
Packages that use FillingMode Package Description org.pepstock.charba.client.enums Contains all enumerations of some chart options where only a specific set of values can be set. -
-
Uses of FillingMode in org.pepstock.charba.client.enums
Methods in org.pepstock.charba.client.enums that return FillingMode Modifier and Type Method Description FillingMode
Fill. getMode()
FillingMode
IsFill. getMode()
Returns the type of filling.static FillingMode
FillingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FillingMode[]
FillingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-