Uses of Class
org.teamapps.ux.component.animation.RepeatableAnimation
| Package | Description |
|---|---|
| org.teamapps.ux.component.animation | |
| org.teamapps.ux.component.notification |
-
Uses of RepeatableAnimation in org.teamapps.ux.component.animation
Methods in org.teamapps.ux.component.animation that return RepeatableAnimation Modifier and Type Method Description static RepeatableAnimationRepeatableAnimation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RepeatableAnimation[]RepeatableAnimation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RepeatableAnimation in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return RepeatableAnimation Modifier and Type Method Description RepeatableAnimationNotificationBarItem. getIconAnimation()Constructors in org.teamapps.ux.component.notification with parameters of type RepeatableAnimation Constructor Description NotificationBarItem(org.teamapps.icons.Icon icon, java.lang.String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, org.teamapps.common.format.Color backgroundColor, org.teamapps.common.format.Color borderColor, org.teamapps.common.format.Color textColor, Spacing padding, RepeatableAnimation iconAnimation)NotificationBarItem(org.teamapps.icons.Icon icon, java.lang.String text, boolean dismissible, int displayTimeInMillis, boolean progressBarVisible, org.teamapps.common.format.Color backgroundColor, org.teamapps.common.format.Color borderColor, org.teamapps.common.format.Color textColor, Spacing padding, RepeatableAnimation iconAnimation, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)