Uses of Class
org.dashbuilder.renderer.chartjs.lib.options.Type
-
Packages that use Type Package Description org.dashbuilder.renderer.chartjs.lib org.dashbuilder.renderer.chartjs.lib.options -
-
Uses of Type in org.dashbuilder.renderer.chartjs.lib
Methods in org.dashbuilder.renderer.chartjs.lib with parameters of type Type Modifier and Type Method Description voidChart. setAnimationType(Type type)Specify animation easing Default value isEASE_OUT_QUARTvoidChartWithAnimation. setAnimationType(Type type)Specify animation easing Default value isEASE_OUT_QUART -
Uses of Type in org.dashbuilder.renderer.chartjs.lib.options
Methods in org.dashbuilder.renderer.chartjs.lib.options that return Type Modifier and Type Method Description static TypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type[]Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dashbuilder.renderer.chartjs.lib.options with parameters of type Type Modifier and Type Method Description voidHasAnimation. setAnimationType(Type type)Specify animation easing Default value isEASE_OUT_QUART
-