Interface GrabHandle

    • Method Detail

      • getSite

        Site getSite()
        Get the site to which this grab-handle is attached.
      • getSize

        float getSize()
        Get the "size" of the grab-handle. The size is some dimension that approximately represents the distance from the attachment point to the edge.
      • relocate

        void relocate()
        Reposition the grab-handle to its site
      • setSite

        void setSite​(Site s)
        Set the site to which this grab-handle is attached.
      • setSize

        void setSize​(float size)
        Set the "size" of the grab-handle. The size is some dimension that approximately represents the distance from the attachment point to the edge.