Uses of Enum Class
com.storedobject.chart.Tooltip.Type
Packages that use Tooltip.Type
-
Uses of Tooltip.Type in com.storedobject.chart
Methods in com.storedobject.chart that return Tooltip.TypeModifier and TypeMethodDescriptionfinal Tooltip.Type
Tooltip.getType()
Get the type of this tooltip.static Tooltip.Type
Returns the enum constant of this class with the specified name.static Tooltip.Type[]
Tooltip.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.storedobject.chart with parameters of type Tooltip.TypeModifier and TypeMethodDescriptionvoid
Tooltip.setType
(Tooltip.Type type) Set the type of this tooltip.