Uses of Enum Class
com.jbstrap.ui.components.sparkline.SparklineType
Packages that use SparklineType
-
Uses of SparklineType in com.jbstrap.ui.components.sparkline
Methods in com.jbstrap.ui.components.sparkline that return SparklineTypeModifier 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.Methods in com.jbstrap.ui.components.sparkline with parameters of type SparklineTypeModifier and TypeMethodDescriptionSparkline.setType
(SparklineType type) Sets displayed chart type.Constructors in com.jbstrap.ui.components.sparkline with parameters of type SparklineTypeModifierConstructorDescriptionSparkline
(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.