PanelArea
Complete API reference for PanelArea, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class PanelArea
Constructors
| Signature | Description |
|---|---|
PanelArea(PanelArea) | Executes PanelArea and returns after the underlying engine call finishes. |
PanelArea() | Executes PanelArea and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | PanelArea | Represents the instance value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
setInstance(PanelArea) | void | Executes setInstance and returns after the underlying engine call finishes. |
addPanel(EditorPanel) | void | Adds panel to the collection. |
removePanel(EditorPanel) | void | Removes panel from the collection. |
requestDetach() | void | Executes requestDetach and returns after the underlying engine call finishes. |
getX() | float | Returns the current x. |
setX(float) | void | Sets or updates the x. |
getY() | float | Returns the current y. |
setY(float) | void | Sets or updates the y. |
getWidth() | float | Returns the current width. |
setWidth(float) | void | Sets or updates the width. |
getHeight() | float | Returns the current height. |
setHeight(float) | void | Sets or updates the height. |