Class: EditorPanel
This page documents the methods and fields available in the EditorPanel class.
Members
| Signature | Description |
|---|---|
blink() | Performs the blink operation. |
copy() | Returns a copy of this EditorPanel instance. |
determineTouch(GUIUtils.TouchFilter) | Performs the determineTouch operation using the provided parameters (touchFilter). |
determineTouch(GUIUtils.TouchFilter, int) | Performs the determineTouch operation using the provided parameters (touchFilter, offset). |
determineTouchPosition(Touch) | Performs the determineTouchPosition operation using the provided parameters (touch). |
determineTouchPosition(Touch, Vector2) | Performs the determineTouchPosition operation using the provided parameters (touch, out). |
getContentHeightPixels() | Returns the current content height pixels. |
getContentWidthPixels() | Returns the current content width pixels. |
getContentXPixels() | Returns the current content xpixels. |
getContentYPixels() | Returns the current content ypixels. |
getTittle() | Returns the current tittle. |
getTotalHeightPixels() | Returns the current total height pixels. |
getTotalWidthPixels() | Returns the current total width pixels. |
getTotalXPixels() | Returns the current total xpixels. |
getTotalYPixels() | Returns the current total ypixels. |
isAllowCloseX() | Returns whether allow close x is true. |
isFloating() | Returns whether floating is true. |
isRequestCloseConfirmation() | Returns whether request close confirmation is true. |
isTouchInside(Touch) | Returns whether touch inside is true. |
isVisible() | Returns whether visible is true. |
requestDetach() | Performs the requestDetach operation. |
setAllowCloseX(boolean) | Sets or updates the allow close x. |
setRequestCloseConfirmation(boolean) | Sets or updates the request close confirmation. |
setTittle(String) | Sets or updates the tittle. |