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() | Creates a new instance of UIImage. |
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. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBorder() | float | Returns the current border value. |
getColor() | Color | Returns the current color value. |
getTexture() | Texture | Returns the current texture value. |
setBorder(float) | void | Sets border. |
setColor(Color) | void | Sets color. |
setTexture(Texture) | void | Sets texture. |