Uses of Class
io.github.palexdev.materialfx.utils.DragResizer
Packages that use DragResizer
-
Uses of DragResizer in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils that return DragResizerModifier and TypeMethodDescriptionDragResizer.makeResizable()Installs the necessary Mouse handlers to the specifiedRegionto make it resizable.DragResizer.setAllowedDirection(DragResizer.Direction allowedDirection) DragResizer.setHeightConstraintFunction(Function<Region, Double> heightConstraintFunction) DragResizer.setResizeMargin(double resizeMargin) DragResizer.setWidthConstraintFunction(Function<Region, Double> widthConstraintFunction) DragResizer.uninstall()