Uses of Enum Class
com.jbstrap.ui.components.sparkline.SparklineType
-
Uses of SparklineType in com.jbstrap.ui.components.sparkline
Modifier and TypeMethodDescriptionprotected static SparklineType
protected static SparklineType
SparklineType.fromTypeName
(String typeName) Sparkline.getType()
Gets the displayed chart type.static SparklineType
Returns the enum constant of this class with the specified name.static SparklineType[]
SparklineType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSparkline.setType
(SparklineType type) Sets displayed chart type.ModifierConstructorDescriptionSparkline
(SparklineType type) Creates a chart with the specified type.Sparkline
(SparklineType type, List<Number> value) Creates a chart with the specified type and dataSparkline
(String language, SparklineType type) Creates a chart with the specified type according to the language code.Sparkline
(String language, SparklineType type, List<Number> value) Creates a chart with the specified type and data according to the language code.Creates a chart with the specified type and data according to the language code.