Class: FloatingPanelArea
This page documents the methods and fields available in the FloatingPanelArea class.
Members
| Signature | Description |
|---|---|
FloatingPanelArea() | Creates a new instance of FloatingPanelArea. |
FloatingPanelArea(com.itsmagic.engine.Activities.Editor.Interface.Areas.PanelArea) | Creates a new instance of FloatingPanelArea. |
closeWhenPressBack() | Performs the closeWhenPressBack operation. |
getFloatingH() | Returns the current floating h. |
getFloatingW() | Returns the current floating w. |
getFloatingX() | Returns the current floating x. |
getFloatingY() | Returns the current floating y. |
isAllowCloseX() | Returns whether allow close x is true. |
isCaptureTouchWhenClickOutside() | Returns whether capture touch when click outside is true. |
isCloseWhenClickOutside() | Returns whether close when click outside is true. |
isCloseWhenPressBack() | Returns whether close when press back is true. |
isOpen() | Returns whether open is true. |
isResizeable() | Returns whether resizeable is true. |
setAllowCloseX(boolean) | Sets or updates the allow close x. |
setCaptureTouchWhenClickOutside(boolean) | Sets or updates the capture touch when click outside. |
setCloseWhenClickOutside(boolean) | Sets or updates the close when click outside. |
setCloseWhenPressBack(boolean) | Sets or updates the close when press back. |
setFloatingH(float) | Sets or updates the floating h. |
setFloatingW(float) | Sets or updates the floating w. |
setFloatingX(float) | Sets or updates the floating x. |
setFloatingY(float) | Sets or updates the floating y. |
setResizeable(boolean) | Sets or updates the resizeable. |