UISlideBar
Referência completa da API de UISlideBar, incluindo construtores, atributos, atributos virtuais e métodos.
Pacote: JAVARuntime
Categoria: TODO
Componente: sim
public class UISlideBar extends Component
Constructors
| Signature | Description |
|---|---|
UISlideBar() | Cria uma nova inst?ncia de UISlideBar. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
backgroundColor | Color | get/set | Atributo virtual exposto por getBackgroundColor. Acesse como um campo para ler ou escrever o valor subjacente. |
backgroundTexture | Texture | get/set | Atributo virtual exposto por getBackgroundTexture. Acesse como um campo para ler ou escrever o valor subjacente. |
border | float | get/set | Atributo virtual exposto por getBorder. Acesse como um campo para ler ou escrever o valor subjacente. |
handlerColor | Color | get/set | Atributo virtual exposto por getHandlerColor. Acesse como um campo para ler ou escrever o valor subjacente. |
handlerTexture | Texture | get/set | Atributo virtual exposto por getHandlerTexture. Acesse como um campo para ler ou escrever o valor subjacente. |
jRPaddingBottom | int | get/set | Atributo virtual exposto por getJRPaddingBottom. Acesse como um campo para ler ou escrever o valor subjacente. |
jRPaddingLeft | int | get/set | Atributo virtual exposto por getJRPaddingLeft. Acesse como um campo para ler ou escrever o valor subjacente. |
jRPaddingRight | int | get/set | Atributo virtual exposto por getJRPaddingRight. Acesse como um campo para ler ou escrever o valor subjacente. |
jRPaddingTop | int | get/set | Atributo virtual exposto por getJRPaddingTop. Acesse como um campo para ler ou escrever o valor subjacente. |
orientation | Orientation | get/set | Atributo virtual exposto por getOrientation. Acesse como um campo para ler ou escrever o valor subjacente. |
value | float | get/set | Atributo virtual exposto por getValue. Acesse como um campo para ler ou escrever o valor subjacente. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBackgroundColor() | Color | Retorna o valor atual de backgroundColor. |
getBackgroundTexture() | Texture | Retorna o valor atual de backgroundTexture. |
getBorder() | float | Retorna o valor atual de border. |
getHandlerColor() | Color | Retorna o valor atual de handlerColor. |
getHandlerTexture() | Texture | Retorna o valor atual de handlerTexture. |
getJRPaddingBottom() | int | Retorna o valor atual de jRPaddingBottom. |
getJRPaddingLeft() | int | Retorna o valor atual de jRPaddingLeft. |
getJRPaddingRight() | int | Retorna o valor atual de jRPaddingRight. |
getJRPaddingTop() | int | Retorna o valor atual de jRPaddingTop. |
getOrientation() | Orientation | Retorna o valor atual de orientation. |
getValue() | float | Retorna o valor atual de value. |
setBackgroundColor(Color) | void | Define backgroundColor. |
setBackgroundTexture(Texture) | void | Define backgroundTexture. |
setBorder(float) | void | Define border. |
setHandlerColor(Color) | void | Define handlerColor. |
setHandlerTexture(Texture) | void | Define handlerTexture. |
setJRPaddingBottom(int) | void | Define jRPaddingBottom. |
setJRPaddingLeft(int) | void | Define jRPaddingLeft. |
setJRPaddingRight(int) | void | Define jRPaddingRight. |
setJRPaddingTop(int) | void | Define jRPaddingTop. |
setOrientation(Orientation) | void | Define orientation. |
setValue(float) | void | Define value. |