UIRotateImage
Complete API reference for UIRotateImage, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIRotateImage extends Component
Constructors
| Signature | Description |
|---|---|
UIRotateImage() | Creates a new instance of UIRotateImage. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
angle | float | get/set | Virtual attribute exposed by getAngle. 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 |
|---|---|---|
getAngle() | float | Returns the current angle value. |
setAngle(float) | void | Sets angle. |
getTexture() | Texture | Returns the current texture value. |
setTexture(Texture) | void | Sets texture. |