Skip to main content

UIStyle

Complete API reference for UIStyle, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: no


public class UIStyle

Constructors

SignatureDescription
UIStyle()Creates a new instance of UIStyle.

Virtual Attributes

NameTypeAccessDescription
bottomLeftCornerStyleCornerTypeget/setReturns the current bottom left corner.
bottomRightCornerStyleCornerTypeget/setReturns the current bottom right corner.
colorColorget/setReturns the current color.
colorGradientColorGradientget/setReturns the current color gradient.
cornerfloatget/setReturns the current corner.
gradientAnglefloatget/setReturns the current gradient angle.
gradientModeStyleGradientModeget/setReturns the current gradient mode.
holefloatget/setReturns the current hole.
innerGlowColorColorget/setReturns the current inner glow color.
innerGlowSizefloatget/setReturns the current inner glow size.
innerGlowSmoothfloatget/setReturns the current inner glow smooth.
innerShadowAnglefloatget/setReturns the current inner shadow angle.
innerShadowColorColorget/setReturns the current inner shadow color.
innerShadowSizefloatget/setReturns the current inner shadow size.
innerShadowSmoothfloatget/setReturns the current inner shadow smooth.
maskAnglefloatget/setReturns the current mask angle.
maskModeStyleMaskModeget/setReturns the current mask mode.
maskValuefloatget/setReturns the current mask value.
outerGlowColorColorget/setReturns the current outer glow color.
outerGlowSizefloatget/setReturns the current outer glow size.
outerGlowSmoothfloatget/setReturns the current outer glow smooth.
outerShadowAnglefloatget/setReturns the current outer shadow angle.
outerShadowColorColorget/setReturns the current outer shadow color.
outerShadowSizefloatget/setReturns the current outer shadow size.
outerShadowSmoothfloatget/setReturns the current outer shadow smooth.
strokefloatget/setReturns the current stroke.
strokeColorColorget/setReturns the current stroke color.
topLeftCornerStyleCornerTypeget/setReturns the current top left corner.
topRightCornerStyleCornerTypeget/setReturns the current top right corner.

Methods

SignatureReturnsDescription
getBottomLeftCorner()StyleCornerTypeReturns the current bottomLeftCorner value.
getBottomRightCorner()StyleCornerTypeReturns the current bottomRightCorner value.
getColor()ColorReturns the current color value.
getColorGradient()ColorGradientReturns the current colorGradient value.
getCorner()floatReturns the current corner value.
getGradientAngle()floatReturns the current gradientAngle value.
getGradientMode()StyleGradientModeReturns the current gradientMode value.
getHole()floatReturns the current hole value.
getInnerGlowColor()ColorReturns the current innerGlowColor value.
getInnerGlowSize()floatReturns the current innerGlowSize value.
getInnerGlowSmooth()floatReturns the current innerGlowSmooth value.
getInnerShadowAngle()floatReturns the current innerShadowAngle value.
getInnerShadowColor()ColorReturns the current innerShadowColor value.
getInnerShadowSize()floatReturns the current innerShadowSize value.
getInnerShadowSmooth()floatReturns the current innerShadowSmooth value.
getMaskAngle()floatReturns the current maskAngle value.
getMaskMode()StyleMaskModeReturns the current maskMode value.
getMaskValue()floatReturns the current maskValue value.
getOuterGlowColor()ColorReturns the current outerGlowColor value.
getOuterGlowSize()floatReturns the current outerGlowSize value.
getOuterGlowSmooth()floatReturns the current outerGlowSmooth value.
getOuterShadowAngle()floatReturns the current outerShadowAngle value.
getOuterShadowColor()ColorReturns the current outerShadowColor value.
getOuterShadowSize()floatReturns the current outerShadowSize value.
getOuterShadowSmooth()floatReturns the current outerShadowSmooth value.
getStroke()floatReturns the current stroke value.
getStrokeColor()ColorReturns the current strokeColor value.
getTopLeftCorner()StyleCornerTypeReturns the current topLeftCorner value.
getTopRightCorner()StyleCornerTypeReturns the current topRightCorner value.
requestDraw()voidExecutes requestDraw.
setBottomLeftCorner(StyleCornerType)voidSets bottomLeftCorner.
setBottomRightCorner(StyleCornerType)voidSets bottomRightCorner.
setColor(Color)voidSets color.
setColorGradient(ColorGradient)voidSets colorGradient.
setCorner(float)voidSets corner.
setGradientAngle(float)voidSets gradientAngle.
setGradientMode(StyleGradientMode)voidSets gradientMode.
setHole(float)voidSets hole.
setInnerGlowColor(Color)voidSets innerGlowColor.
setInnerGlowSize(float)voidSets innerGlowSize.
setInnerGlowSmooth(float)voidSets innerGlowSmooth.
setInnerShadowAngle(float)voidSets innerShadowAngle.
setInnerShadowColor(Color)voidSets innerShadowColor.
setInnerShadowSize(float)voidSets innerShadowSize.
setInnerShadowSmooth(float)voidSets innerShadowSmooth.
setMaskAngle(float)voidSets maskAngle.
setMaskMode(StyleMaskMode)voidSets maskMode.
setMaskValue(float)voidSets maskValue.
setOuterGlowColor(Color)voidSets outerGlowColor.
setOuterGlowSize(float)voidSets outerGlowSize.
setOuterGlowSmooth(float)voidSets outerGlowSmooth.
setOuterShadowAngle(float)voidSets outerShadowAngle.
setOuterShadowColor(Color)voidSets outerShadowColor.
setOuterShadowSize(float)voidSets outerShadowSize.
setOuterShadowSmooth(float)voidSets outerShadowSmooth.
setStroke(float)voidSets stroke.
setStrokeColor(Color)voidSets strokeColor.
setTopLeftCorner(StyleCornerType)voidSets topLeftCorner.
setTopRightCorner(StyleCornerType)voidSets topRightCorner.