Uses of Class
io.github.palexdev.materialfx.beans.PositionBean
Packages that use PositionBean
Package
Description
-
Uses of PositionBean in io.github.palexdev.materialfx.beans
Subclasses of PositionBean in io.github.palexdev.materialfx.beansModifier and TypeClassDescriptionclassThis is an extension ofPositionBeanto be used withTransitions that start from a point P(x, y) and end at a point P1(endX, endY).Methods in io.github.palexdev.materialfx.beans that return PositionBeanModifier and TypeMethodDescriptionPopupPositionBean.getPositionBean()You should NOT rely on these coordinates since as of now they do not take into account the translations made by the skin.static PositionBeanPositionBean.of(double x, double y) Constructors in io.github.palexdev.materialfx.beans with parameters of type PositionBeanModifierConstructorDescriptionPopupPositionBean(Node owner, PositionBean positionBean, Alignment alignment, double xOffset, double yOffset) -
Uses of PositionBean in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type PositionBeanMethod parameters in io.github.palexdev.materialfx.builders.control with type arguments of type PositionBeanModifier and TypeMethodDescriptionTooltipBuilder.setShowAction(Consumer<PositionBean> showAction) -
Uses of PositionBean in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return PositionBeanModifier and TypeMethodDescriptionMFXTooltip.getMousePosition()MFXMagnifierPane.getPosition()Gets the value of the property position.Methods in io.github.palexdev.materialfx.controls that return types with arguments of type PositionBeanModifier and TypeMethodDescriptionMFXTooltip.getShowAction()Gets the value of the property showAction.MFXMagnifierPane.positionProperty()Specifies the position of the lens.MFXTooltip.showActionProperty()This consumer allows the user to decide how to show the tooltip.Methods in io.github.palexdev.materialfx.controls with parameters of type PositionBeanModifier and TypeMethodDescriptionvoidMFXMagnifierPane.setPosition(PositionBean position) Sets the value of the property position.Method parameters in io.github.palexdev.materialfx.controls with type arguments of type PositionBeanModifier and TypeMethodDescriptionMFXIconWrapper.rippleGeneratorBehavior(Function<MouseEvent, PositionBean> positionFunction) Adds the ripple generator to the icon by callingMFXIconWrapper.addRippleGenerator(), sets its position function to the given function, and adds the event filter to the icon to generate the ripples.voidMFXTooltip.setShowAction(Consumer<PositionBean> showAction) Sets the value of the property showAction. -
Uses of PositionBean in io.github.palexdev.materialfx.effects.ripple
Methods in io.github.palexdev.materialfx.effects.ripple that return types with arguments of type PositionBeanMethod parameters in io.github.palexdev.materialfx.effects.ripple with type arguments of type PositionBeanModifier and TypeMethodDescriptionvoidMFXCircleRippleGenerator.setRipplePositionFunction(Function<MouseEvent, PositionBean> positionFunction) -
Uses of PositionBean in io.github.palexdev.materialfx.effects.ripple.base
Fields in io.github.palexdev.materialfx.effects.ripple.base with type parameters of type PositionBeanModifier and TypeFieldDescriptionprotected Function<MouseEvent,PositionBean> AbstractMFXRippleGenerator.positionFunctionMethods in io.github.palexdev.materialfx.effects.ripple.base that return types with arguments of type PositionBeanMethod parameters in io.github.palexdev.materialfx.effects.ripple.base with type arguments of type PositionBeanModifier and TypeMethodDescriptionvoidIRippleGenerator.setRipplePositionFunction(Function<MouseEvent, PositionBean> positionFunction) Sets the generator's ripple position function to the specified one. -
Uses of PositionBean in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils that return PositionBeanModifier and TypeMethodDescriptionstatic PositionBeanPositionUtils.computePosition(Region parent, Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos hAlignment, VPos vAlignment) static PositionBeanPositionUtils.computePosition(Region parent, Node child, double areaX, double areaY, double areaWidth, double areaHeight, double areaBaselineOffset, Insets margin, HPos hAlignment, VPos vAlignment, boolean snapToPixel)