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