UIImage
Complete API reference for UIImage, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIImage extends Component
Constructors
| Signature | Description |
|---|---|
UIImage(UIImage) | Executes UIImage and returns after the underlying engine call finishes. |
UIImage(Engine) | Executes UIImage and returns after the underlying engine call finishes. |
UIImage() | Creates a new instance of UIImage. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIImage | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
border | float | get/set | Virtual attribute exposed by getBorder. Access it like a field to read or write the underlying value. |
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
texture | Texture | get/set | Virtual attribute exposed by getTexture. Access it like a field to read or write the underlying value. |