UIFadeOut
Complete API reference for UIFadeOut, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIFadeOut extends Component
Constructors
| Signature | Description |
|---|---|
UIFadeOut() | Creates a new instance of UIFadeOut. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
opacity | float | get/set | Virtual attribute exposed by getOpacity. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getOpacity() | float | Returns the current opacity value. |
setOpacity(float) | void | Sets opacity. |