UIRect
Complete API reference for UIRect, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIRect extends Component
Constructors
| Signature | Description |
|---|---|
UIRect(UIRect) | Executes UIRect and returns after the underlying engine call finishes. |
UIRect(Engine) | Executes UIRect and returns after the underlying engine call finishes. |
UIRect() | Creates a new instance of UIRect. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIRect | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
autoSH | boolean | set | Virtual attribute exposed by setAutoSH. Access it like a field to read or write the underlying value. |
autoSW | boolean | set | Virtual attribute exposed by setAutoSW. Access it like a field to read or write the underlying value. |
marginBottom | int | get/set | Virtual attribute exposed by getMarginBottom. Access it like a field to read or write the underlying value. |
marginLeft | int | get/set | Virtual attribute exposed by getMarginLeft. Access it like a field to read or write the underlying value. |
marginRight | int | get/set | Virtual attribute exposed by getMarginRight. Access it like a field to read or write the underlying value. |
marginTop | int | get/set | Virtual attribute exposed by getMarginTop. Access it like a field to read or write the underlying value. |
paddingBottom | int | get/set | Virtual attribute exposed by getPaddingBottom. Access it like a field to read or write the underlying value. |
paddingLeft | int | get/set | Virtual attribute exposed by getPaddingLeft. Access it like a field to read or write the underlying value. |
paddingRight | int | get/set | Virtual attribute exposed by getPaddingRight. Access it like a field to read or write the underlying value. |
paddingTop | int | get/set | Virtual attribute exposed by getPaddingTop. Access it like a field to read or write the underlying value. |
position | int | get/set | Virtual attribute exposed by getPosition. Access it like a field to read or write the underlying value. |
positionX | int | get/set | Virtual attribute exposed by getPositionX. Access it like a field to read or write the underlying value. |
positionY | int | get/set | Virtual attribute exposed by getPositionY. Access it like a field to read or write the underlying value. |
size | int | get/set | Virtual attribute exposed by getSize. Access it like a field to read or write the underlying value. |
sizeX | int | get/set | Virtual attribute exposed by getSizeX. Access it like a field to read or write the underlying value. |
sizeY | int | get/set | Virtual attribute exposed by getSizeY. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isAutoSH() | boolean | Returns whether auto sh is true. |
isAutoSW() | boolean | Returns whether auto sw is true. |