Uses of Enum Class
com.arbergashi.charts.util.AnimationUtils.EasingType
Packages that use AnimationUtils.EasingType
Package
Description
Utility and infrastructure classes used across the ArberCharts core.
-
Uses of AnimationUtils.EasingType in com.arbergashi.charts.util
Subclasses with type arguments of type AnimationUtils.EasingType in com.arbergashi.charts.utilMethods in com.arbergashi.charts.util that return AnimationUtils.EasingTypeModifier and TypeMethodDescriptionstatic AnimationUtils.EasingTypeReturns the enum constant of this class with the specified name.static AnimationUtils.EasingType[]AnimationUtils.EasingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.arbergashi.charts.util with parameters of type AnimationUtils.EasingTypeModifier and TypeMethodDescriptionstatic doubleAnimationUtils.getEasedProgressNanos(long startNanos, long durationMillis, AnimationUtils.EasingType easingType) Convenience: eased progress with selectable easing.