UIStyle
Complete API reference for UIStyle, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: no
public class UIStyle
Constructors
| Signature | Description |
|---|---|
UIStyle(UIStyle) | Creates a new instance of UIStyle. |
UIStyle(Engine) | Creates a new instance of UIStyle. |
UIStyle() | Creates a new instance of UIStyle. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIStyle | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
bottomLeftCorner | StyleCornerType | get/set | Returns the current bottom left corner. |
bottomRightCorner | StyleCornerType | get/set | Returns the current bottom right corner. |
color | Color | get/set | Returns the current color. |
colorGradient | ColorGradient | get/set | Returns the current color gradient. |
corner | float | get/set | Returns the current corner. |
gradientAngle | float | get/set | Returns the current gradient angle. |
gradientMode | StyleGradientMode | get/set | Returns the current gradient mode. |
hole | float | get/set | Returns the current hole. |
innerGlowColor | Color | get/set | Returns the current inner glow color. |
innerGlowSize | float | get/set | Returns the current inner glow size. |
innerGlowSmooth | float | get/set | Returns the current inner glow smooth. |
innerShadowAngle | float | get/set | Returns the current inner shadow angle. |
innerShadowColor | Color | get/set | Returns the current inner shadow color. |
innerShadowSize | float | get/set | Returns the current inner shadow size. |
innerShadowSmooth | float | get/set | Returns the current inner shadow smooth. |
maskAngle | float | get/set | Returns the current mask angle. |
maskMode | StyleMaskMode | get/set | Returns the current mask mode. |
maskValue | float | get/set | Returns the current mask value. |
outerGlowColor | Color | get/set | Returns the current outer glow color. |
outerGlowSize | float | get/set | Returns the current outer glow size. |
outerGlowSmooth | float | get/set | Returns the current outer glow smooth. |
outerShadowAngle | float | get/set | Returns the current outer shadow angle. |
outerShadowColor | Color | get/set | Returns the current outer shadow color. |
outerShadowSize | float | get/set | Returns the current outer shadow size. |
outerShadowSmooth | float | get/set | Returns the current outer shadow smooth. |
stroke | float | get/set | Returns the current stroke. |
strokeColor | Color | get/set | Returns the current stroke color. |
topLeftCorner | StyleCornerType | get/set | Returns the current top left corner. |
topRightCorner | StyleCornerType | get/set | Returns the current top right corner. |
Methods
| Signature | Returns | Description |
|---|---|---|
requestDraw() | void | Executes requestDraw and returns after the underlying engine call finishes. |