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() | Creates a new instance of UIStyle. |
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 |
|---|---|---|
getBottomLeftCorner() | StyleCornerType | Returns the current bottomLeftCorner value. |
getBottomRightCorner() | StyleCornerType | Returns the current bottomRightCorner value. |
getColor() | Color | Returns the current color value. |
getColorGradient() | ColorGradient | Returns the current colorGradient value. |
getCorner() | float | Returns the current corner value. |
getGradientAngle() | float | Returns the current gradientAngle value. |
getGradientMode() | StyleGradientMode | Returns the current gradientMode value. |
getHole() | float | Returns the current hole value. |
getInnerGlowColor() | Color | Returns the current innerGlowColor value. |
getInnerGlowSize() | float | Returns the current innerGlowSize value. |
getInnerGlowSmooth() | float | Returns the current innerGlowSmooth value. |
getInnerShadowAngle() | float | Returns the current innerShadowAngle value. |
getInnerShadowColor() | Color | Returns the current innerShadowColor value. |
getInnerShadowSize() | float | Returns the current innerShadowSize value. |
getInnerShadowSmooth() | float | Returns the current innerShadowSmooth value. |
getMaskAngle() | float | Returns the current maskAngle value. |
getMaskMode() | StyleMaskMode | Returns the current maskMode value. |
getMaskValue() | float | Returns the current maskValue value. |
getOuterGlowColor() | Color | Returns the current outerGlowColor value. |
getOuterGlowSize() | float | Returns the current outerGlowSize value. |
getOuterGlowSmooth() | float | Returns the current outerGlowSmooth value. |
getOuterShadowAngle() | float | Returns the current outerShadowAngle value. |
getOuterShadowColor() | Color | Returns the current outerShadowColor value. |
getOuterShadowSize() | float | Returns the current outerShadowSize value. |
getOuterShadowSmooth() | float | Returns the current outerShadowSmooth value. |
getStroke() | float | Returns the current stroke value. |
getStrokeColor() | Color | Returns the current strokeColor value. |
getTopLeftCorner() | StyleCornerType | Returns the current topLeftCorner value. |
getTopRightCorner() | StyleCornerType | Returns the current topRightCorner value. |
requestDraw() | void | Executes requestDraw. |
setBottomLeftCorner(StyleCornerType) | void | Sets bottomLeftCorner. |
setBottomRightCorner(StyleCornerType) | void | Sets bottomRightCorner. |
setColor(Color) | void | Sets color. |
setColorGradient(ColorGradient) | void | Sets colorGradient. |
setCorner(float) | void | Sets corner. |
setGradientAngle(float) | void | Sets gradientAngle. |
setGradientMode(StyleGradientMode) | void | Sets gradientMode. |
setHole(float) | void | Sets hole. |
setInnerGlowColor(Color) | void | Sets innerGlowColor. |
setInnerGlowSize(float) | void | Sets innerGlowSize. |
setInnerGlowSmooth(float) | void | Sets innerGlowSmooth. |
setInnerShadowAngle(float) | void | Sets innerShadowAngle. |
setInnerShadowColor(Color) | void | Sets innerShadowColor. |
setInnerShadowSize(float) | void | Sets innerShadowSize. |
setInnerShadowSmooth(float) | void | Sets innerShadowSmooth. |
setMaskAngle(float) | void | Sets maskAngle. |
setMaskMode(StyleMaskMode) | void | Sets maskMode. |
setMaskValue(float) | void | Sets maskValue. |
setOuterGlowColor(Color) | void | Sets outerGlowColor. |
setOuterGlowSize(float) | void | Sets outerGlowSize. |
setOuterGlowSmooth(float) | void | Sets outerGlowSmooth. |
setOuterShadowAngle(float) | void | Sets outerShadowAngle. |
setOuterShadowColor(Color) | void | Sets outerShadowColor. |
setOuterShadowSize(float) | void | Sets outerShadowSize. |
setOuterShadowSmooth(float) | void | Sets outerShadowSmooth. |
setStroke(float) | void | Sets stroke. |
setStrokeColor(Color) | void | Sets strokeColor. |
setTopLeftCorner(StyleCornerType) | void | Sets topLeftCorner. |
setTopRightCorner(StyleCornerType) | void | Sets topRightCorner. |