Class: PanelArea
This page documents the methods and fields available in the PanelArea class.
Members
| Signature | Description |
|---|---|
addPanel(EditorPanel) | Adds panel to the collection. |
getHeight() | Returns the current height. |
getWidth() | Returns the current width. |
getX() | Returns the current x. |
getY() | Returns the current y. |
removePanel(EditorPanel) | Removes panel from the collection. |
requestDetach() | Performs the requestDetach operation. |
setHeight(float) | Sets or updates the height. |
setWidth(float) | Sets or updates the width. |
setX(float) | Sets or updates the x. |
setY(float) | Sets or updates the y. |