Class WidthDragResizer

java.lang.Object
dk.gtz.graphedit.util.WidthDragResizer

public class WidthDragResizer extends Object
javafx utility for adding horizontal drag-to-resize functionality to a 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