Skip to main content

PanelArea

Complete API reference for PanelArea, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Uncategorized

Component: no


public class PanelArea

Constructors

SignatureDescription
PanelArea(PanelArea)Executes PanelArea and returns after the underlying engine call finishes.
PanelArea()Executes PanelArea and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instancePanelAreaRepresents the instance value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
setInstance(PanelArea)voidExecutes setInstance and returns after the underlying engine call finishes.
addPanel(EditorPanel)voidAdds panel to the collection.
removePanel(EditorPanel)voidRemoves panel from the collection.
requestDetach()voidExecutes requestDetach and returns after the underlying engine call finishes.
getX()floatReturns the current x.
setX(float)voidSets or updates the x.
getY()floatReturns the current y.
setY(float)voidSets or updates the y.
getWidth()floatReturns the current width.
setWidth(float)voidSets or updates the width.
getHeight()floatReturns the current height.
setHeight(float)voidSets or updates the height.