UITextView
Complete API reference for UITextView, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UITextView extends Component
Constructors
| Signature | Description |
|---|---|
UITextView() | Creates a new instance of UITextView. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
font | Font | get/set | Virtual attribute exposed by getFont. Access it like a field to read or write the underlying value. |
text | String | get/set | Virtual attribute exposed by getText. Access it like a field to read or write the underlying value. |
textSize | float | get/set | Virtual attribute exposed by getTextSize. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getColor() | Color | Returns the current color value. |
setColor(Color) | void | Sets color. |
getOutlineColor() | Color | Returns the current outlineColor value. |
setOutlineColor(Color) | void | Sets outlineColor. |
getText() | String | Returns the current text value. |
setText(String) | void | Sets text. |
getTextSize() | float | Returns the current textSize value. |
setTextSize(float) | void | Sets textSize. |
getOutlineDP() | float | Returns the current outlineDP value. |
setOutlineDP(float) | void | Sets outlineDP. |
isAllCaps() | boolean | Returns whether allCaps is true. |
setAllCaps(boolean) | void | Sets allCaps. |
getFont() | Font | Returns the current font value. |
setFont(Font) | void | Sets font. |