Uses of Class
io.github.palexdev.materialfx.beans.TransitionPositionBean
Packages that use TransitionPositionBean
Package
Description
-
Uses of TransitionPositionBean in io.github.palexdev.materialfx.beans
Methods in io.github.palexdev.materialfx.beans that return TransitionPositionBeanModifier and TypeMethodDescriptionstatic TransitionPositionBeanTransitionPositionBean.of(double x, double y, double endX, double endY) -
Uses of TransitionPositionBean in io.github.palexdev.materialfx.notifications
Methods in io.github.palexdev.materialfx.notifications that return TransitionPositionBeanModifier and TypeMethodDescriptionprotected TransitionPositionBeanMFXNotificationCenterSystem.computePosition()Computes the position of the popup as aTransitionPositionBeanto be used in animations too.protected TransitionPositionBeanMFXNotificationSystem.computePosition()Computes the position of the popup as aTransitionPositionBeanto be used in animations too. -
Uses of TransitionPositionBean in io.github.palexdev.materialfx.notifications.base
Methods in io.github.palexdev.materialfx.notifications.base that return TransitionPositionBeanModifier and TypeMethodDescriptionprotected abstract TransitionPositionBeanAbstractMFXNotificationSystem.computePosition()Responsible for computing the popup's coordinates.