Package dk.gtz.graphedit.util
Class WidthDragResizer
java.lang.Object
dk.gtz.graphedit.util.WidthDragResizer
javafx utility for adding horizontal drag-to-resize functionality to a
Region
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
makeResizableLeft
(javafx.scene.layout.Region region) Make the provided region width-resizable with a handle on the left side of the regionstatic void
makeResizableRight
(javafx.scene.layout.Region region) Make the provided region width-resizable with a handle on the right side of the region
-
Method Details
-
makeResizableRight
public static void makeResizableRight(javafx.scene.layout.Region region) Make the provided region width-resizable with a handle on the right side of the region- Parameters:
region
- the region to add the handle to
-
makeResizableLeft
public static void makeResizableLeft(javafx.scene.layout.Region region) Make the provided region width-resizable with a handle on the left side of the region- Parameters:
region
- the region to add the handle to
-