From 4f26361eb08aa09334d1eea0a124110c20d809ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sat, 18 Oct 2014 15:21:45 +0200 Subject: Moved javadocs to a different repository for hosting, updated README --- doc/jcgp/gui/dragresize/HorizontalDragResize.html | 253 ---------------------- 1 file changed, 253 deletions(-) delete mode 100644 doc/jcgp/gui/dragresize/HorizontalDragResize.html (limited to 'doc/jcgp/gui/dragresize/HorizontalDragResize.html') diff --git a/doc/jcgp/gui/dragresize/HorizontalDragResize.html b/doc/jcgp/gui/dragresize/HorizontalDragResize.html deleted file mode 100644 index 0ef222f..0000000 --- a/doc/jcgp/gui/dragresize/HorizontalDragResize.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - -HorizontalDragResize - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.gui.dragresize
-

Class HorizontalDragResize

-
-
- -
-
    -
  • -
    -
    -
    public class HorizontalDragResize
    -extends java.lang.Object
    -
    This class adds horizontal drag resize functionality to any - arbitrary region provided. This is done by using the static - method makeDragResizable(). -

    - This is based on a class by Andrew Till found on: - http://andrewtill.blogspot.co.uk/2012/12/dragging-to-resize-javafx-region.html
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      All Methods Static Methods Concrete Methods 
      Modifier and TypeMethod and Description
      static voidmakeDragResizable(javafx.scene.layout.Region region) -
      Makes the specified region drag resizable.
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        makeDragResizable

        -
        public static void makeDragResizable(javafx.scene.layout.Region region)
        -
        Makes the specified region drag resizable. - This particular implementation only creates a resize - click-and-drag area on the left side of the region. - The resize area is defined by GUI.RESIZE_MARGIN.
        -
        -
        Parameters:
        -
        region - the region to make resizable.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - -- cgit v1.2.3