UIStyle
Refer?ncia completa da API de UIStyle, incluindo construtores, atributos, atributos virtuais e m?todos.
Pacote: JAVARuntime
Categoria: UI
Componente: n?o
public class UIStyle
Constructors
| Signature | Description |
|---|---|
UIStyle() | Cria uma nova inst?ncia de UIStyle. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
bottomLeftCorner | StyleCornerType | get/set | Retorna o valor atual de bottom left corner. |
bottomRightCorner | StyleCornerType | get/set | Retorna o valor atual de bottom right corner. |
color | Color | get/set | Retorna o valor atual de color. |
colorGradient | ColorGradient | get/set | Retorna o valor atual de color gradient. |
corner | float | get/set | Retorna o valor atual de corner. |
gradientAngle | float | get/set | Retorna o valor atual de gradient angle. |
gradientMode | StyleGradientMode | get/set | Retorna o valor atual de gradient mode. |
hole | float | get/set | Retorna o valor atual de hole. |
innerGlowColor | Color | get/set | Retorna o valor atual de inner glow color. |
innerGlowSize | float | get/set | Retorna o valor atual de inner glow size. |
innerGlowSmooth | float | get/set | Retorna o valor atual de inner glow smooth. |
innerShadowAngle | float | get/set | Retorna o valor atual de inner shadow angle. |
innerShadowColor | Color | get/set | Retorna o valor atual de inner shadow color. |
innerShadowSize | float | get/set | Retorna o valor atual de inner shadow size. |
innerShadowSmooth | float | get/set | Retorna o valor atual de inner shadow smooth. |
maskAngle | float | get/set | Retorna o valor atual de mask angle. |
maskMode | StyleMaskMode | get/set | Retorna o valor atual de mask mode. |
maskValue | float | get/set | Retorna o valor atual de mask value. |
outerGlowColor | Color | get/set | Retorna o valor atual de outer glow color. |
outerGlowSize | float | get/set | Retorna o valor atual de outer glow size. |
outerGlowSmooth | float | get/set | Retorna o valor atual de outer glow smooth. |
outerShadowAngle | float | get/set | Retorna o valor atual de outer shadow angle. |
outerShadowColor | Color | get/set | Retorna o valor atual de outer shadow color. |
outerShadowSize | float | get/set | Retorna o valor atual de outer shadow size. |
outerShadowSmooth | float | get/set | Retorna o valor atual de outer shadow smooth. |
stroke | float | get/set | Retorna o valor atual de stroke. |
strokeColor | Color | get/set | Retorna o valor atual de stroke color. |
topLeftCorner | StyleCornerType | get/set | Retorna o valor atual de top left corner. |
topRightCorner | StyleCornerType | get/set | Retorna o valor atual de top right corner. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBottomLeftCorner() | StyleCornerType | Retorna o valor atual de bottomLeftCorner. |
getBottomRightCorner() | StyleCornerType | Retorna o valor atual de bottomRightCorner. |
getColor() | Color | Retorna o valor atual de color. |
getColorGradient() | ColorGradient | Retorna o valor atual de colorGradient. |
getCorner() | float | Retorna o valor atual de corner. |
getGradientAngle() | float | Retorna o valor atual de gradientAngle. |
getGradientMode() | StyleGradientMode | Retorna o valor atual de gradientMode. |
getHole() | float | Retorna o valor atual de hole. |
getInnerGlowColor() | Color | Retorna o valor atual de innerGlowColor. |
getInnerGlowSize() | float | Retorna o valor atual de innerGlowSize. |
getInnerGlowSmooth() | float | Retorna o valor atual de innerGlowSmooth. |
getInnerShadowAngle() | float | Retorna o valor atual de innerShadowAngle. |
getInnerShadowColor() | Color | Retorna o valor atual de innerShadowColor. |
getInnerShadowSize() | float | Retorna o valor atual de innerShadowSize. |
getInnerShadowSmooth() | float | Retorna o valor atual de innerShadowSmooth. |
getMaskAngle() | float | Retorna o valor atual de maskAngle. |
getMaskMode() | StyleMaskMode | Retorna o valor atual de maskMode. |
getMaskValue() | float | Retorna o valor atual de maskValue. |
getOuterGlowColor() | Color | Retorna o valor atual de outerGlowColor. |
getOuterGlowSize() | float | Retorna o valor atual de outerGlowSize. |
getOuterGlowSmooth() | float | Retorna o valor atual de outerGlowSmooth. |
getOuterShadowAngle() | float | Retorna o valor atual de outerShadowAngle. |
getOuterShadowColor() | Color | Retorna o valor atual de outerShadowColor. |
getOuterShadowSize() | float | Retorna o valor atual de outerShadowSize. |
getOuterShadowSmooth() | float | Retorna o valor atual de outerShadowSmooth. |
getStroke() | float | Retorna o valor atual de stroke. |
getStrokeColor() | Color | Retorna o valor atual de strokeColor. |
getTopLeftCorner() | StyleCornerType | Retorna o valor atual de topLeftCorner. |
getTopRightCorner() | StyleCornerType | Retorna o valor atual de topRightCorner. |
requestDraw() | void | Executa requestDraw. |
setBottomLeftCorner(StyleCornerType) | void | Define bottomLeftCorner. |
setBottomRightCorner(StyleCornerType) | void | Define bottomRightCorner. |
setColor(Color) | void | Define color. |
setColorGradient(ColorGradient) | void | Define colorGradient. |
setCorner(float) | void | Define corner. |
setGradientAngle(float) | void | Define gradientAngle. |
setGradientMode(StyleGradientMode) | void | Define gradientMode. |
setHole(float) | void | Define hole. |
setInnerGlowColor(Color) | void | Define innerGlowColor. |
setInnerGlowSize(float) | void | Define innerGlowSize. |
setInnerGlowSmooth(float) | void | Define innerGlowSmooth. |
setInnerShadowAngle(float) | void | Define innerShadowAngle. |
setInnerShadowColor(Color) | void | Define innerShadowColor. |
setInnerShadowSize(float) | void | Define innerShadowSize. |
setInnerShadowSmooth(float) | void | Define innerShadowSmooth. |
setMaskAngle(float) | void | Define maskAngle. |
setMaskMode(StyleMaskMode) | void | Define maskMode. |
setMaskValue(float) | void | Define maskValue. |
setOuterGlowColor(Color) | void | Define outerGlowColor. |
setOuterGlowSize(float) | void | Define outerGlowSize. |
setOuterGlowSmooth(float) | void | Define outerGlowSmooth. |
setOuterShadowAngle(float) | void | Define outerShadowAngle. |
setOuterShadowColor(Color) | void | Define outerShadowColor. |
setOuterShadowSize(float) | void | Define outerShadowSize. |
setOuterShadowSmooth(float) | void | Define outerShadowSmooth. |
setStroke(float) | void | Define stroke. |
setStrokeColor(Color) | void | Define strokeColor. |
setTopLeftCorner(StyleCornerType) | void | Define topLeftCorner. |
setTopRightCorner(StyleCornerType) | void | Define topRightCorner. |