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 --------------------- doc/jcgp/gui/dragresize/VerticalDragResize.html | 253 --------------------- .../dragresize/class-use/HorizontalDragResize.html | 124 ---------- .../dragresize/class-use/VerticalDragResize.html | 124 ---------- doc/jcgp/gui/dragresize/package-frame.html | 21 -- doc/jcgp/gui/dragresize/package-summary.html | 152 ------------- doc/jcgp/gui/dragresize/package-tree.html | 138 ----------- doc/jcgp/gui/dragresize/package-use.html | 124 ---------- 8 files changed, 1189 deletions(-) delete mode 100644 doc/jcgp/gui/dragresize/HorizontalDragResize.html delete mode 100644 doc/jcgp/gui/dragresize/VerticalDragResize.html delete mode 100644 doc/jcgp/gui/dragresize/class-use/HorizontalDragResize.html delete mode 100644 doc/jcgp/gui/dragresize/class-use/VerticalDragResize.html delete mode 100644 doc/jcgp/gui/dragresize/package-frame.html delete mode 100644 doc/jcgp/gui/dragresize/package-summary.html delete mode 100644 doc/jcgp/gui/dragresize/package-tree.html delete mode 100644 doc/jcgp/gui/dragresize/package-use.html (limited to 'doc/jcgp/gui/dragresize') 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.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/jcgp/gui/dragresize/VerticalDragResize.html b/doc/jcgp/gui/dragresize/VerticalDragResize.html deleted file mode 100644 index 4897b4e..0000000 --- a/doc/jcgp/gui/dragresize/VerticalDragResize.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - -VerticalDragResize - - - - - - - - -
- - - - - - - -
- - - -
-
jcgp.gui.dragresize
-

Class VerticalDragResize

-
-
- -
-
    -
  • -
    -
    -
    public class VerticalDragResize
    -extends java.lang.Object
    -
    This class adds vertical 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 top side of the region. - The resize area is defined by GUI.RESIZE_MARGIN.
        -
        -
        Parameters:
        -
        region - the region to make resizable.
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - - - -
- - - - diff --git a/doc/jcgp/gui/dragresize/class-use/HorizontalDragResize.html b/doc/jcgp/gui/dragresize/class-use/HorizontalDragResize.html deleted file mode 100644 index cab2c25..0000000 --- a/doc/jcgp/gui/dragresize/class-use/HorizontalDragResize.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Class jcgp.gui.dragresize.HorizontalDragResize - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
jcgp.gui.dragresize.HorizontalDragResize

-
-
No usage of jcgp.gui.dragresize.HorizontalDragResize
- -
- - - - - - - -
- - - - diff --git a/doc/jcgp/gui/dragresize/class-use/VerticalDragResize.html b/doc/jcgp/gui/dragresize/class-use/VerticalDragResize.html deleted file mode 100644 index f8850ab..0000000 --- a/doc/jcgp/gui/dragresize/class-use/VerticalDragResize.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Class jcgp.gui.dragresize.VerticalDragResize - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Class
jcgp.gui.dragresize.VerticalDragResize

-
-
No usage of jcgp.gui.dragresize.VerticalDragResize
- -
- - - - - - - -
- - - - diff --git a/doc/jcgp/gui/dragresize/package-frame.html b/doc/jcgp/gui/dragresize/package-frame.html deleted file mode 100644 index dfa4420..0000000 --- a/doc/jcgp/gui/dragresize/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - -jcgp.gui.dragresize - - - - - -

jcgp.gui.dragresize

-
-

Classes

- -
- - diff --git a/doc/jcgp/gui/dragresize/package-summary.html b/doc/jcgp/gui/dragresize/package-summary.html deleted file mode 100644 index 35e0d97..0000000 --- a/doc/jcgp/gui/dragresize/package-summary.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - -jcgp.gui.dragresize - - - - - - - - -
- - - - - - - -
- - -
-

Package jcgp.gui.dragresize

-
-
- -
- -
- - - - - - - -
- - - - diff --git a/doc/jcgp/gui/dragresize/package-tree.html b/doc/jcgp/gui/dragresize/package-tree.html deleted file mode 100644 index acb9253..0000000 --- a/doc/jcgp/gui/dragresize/package-tree.html +++ /dev/null @@ -1,138 +0,0 @@ - - - - - -jcgp.gui.dragresize Class Hierarchy - - - - - - - - -
- - - - - - - -
- - -
-

Hierarchy For Package jcgp.gui.dragresize

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - - - -
- - - - diff --git a/doc/jcgp/gui/dragresize/package-use.html b/doc/jcgp/gui/dragresize/package-use.html deleted file mode 100644 index a2a0e8e..0000000 --- a/doc/jcgp/gui/dragresize/package-use.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - - -Uses of Package jcgp.gui.dragresize - - - - - - - - -
- - - - - - - -
- - -
-

Uses of Package
jcgp.gui.dragresize

-
-
No usage of jcgp.gui.dragresize
- -
- - - - - - - -
- - - - -- cgit v1.2.3