Skip to main content

UIShape

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

Package: JAVARuntime

Category: UI

Component: yes


public class UIShape extends Component

Constructors

SignatureDescription
UIShape()Creates a new instance of UIShape.

Virtual Attributes

NameTypeAccessDescription
bottomLeftCornerCornerTypeget/setVirtual attribute exposed by getBottomLeftCorner. Access it like a field to read or write the underlying value.
bottomRightCornerCornerTypeget/setVirtual attribute exposed by getBottomRightCorner. Access it like a field to read or write the underlying value.
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
colorGradientColorGradientget/setVirtual attribute exposed by getColorGradient. Access it like a field to read or write the underlying value.
cornerfloatget/setVirtual attribute exposed by getCorner. Access it like a field to read or write the underlying value.
gradientAnglefloatget/setVirtual attribute exposed by getGradientAngle. Access it like a field to read or write the underlying value.
gradientModeGradientModeget/setVirtual attribute exposed by getGradientMode. Access it like a field to read or write the underlying value.
holefloatget/setVirtual attribute exposed by getHole. Access it like a field to read or write the underlying value.
innerGlowColorColorget/setVirtual attribute exposed by getInnerGlowColor. Access it like a field to read or write the underlying value.
innerGlowSizefloatget/setVirtual attribute exposed by getInnerGlowSize. Access it like a field to read or write the underlying value.
innerGlowSmoothfloatget/setVirtual attribute exposed by getInnerGlowSmooth. Access it like a field to read or write the underlying value.
innerShadowAnglefloatget/setVirtual attribute exposed by getInnerShadowAngle. Access it like a field to read or write the underlying value.
innerShadowColorColorget/setVirtual attribute exposed by getInnerShadowColor. Access it like a field to read or write the underlying value.
innerShadowSizefloatget/setVirtual attribute exposed by getInnerShadowSize. Access it like a field to read or write the underlying value.
innerShadowSmoothfloatget/setVirtual attribute exposed by getInnerShadowSmooth. Access it like a field to read or write the underlying value.
maskAnglefloatget/setVirtual attribute exposed by getMaskAngle. Access it like a field to read or write the underlying value.
maskModeMaskModeget/setVirtual attribute exposed by getMaskMode. Access it like a field to read or write the underlying value.
maskValuefloatget/setVirtual attribute exposed by getMaskValue. Access it like a field to read or write the underlying value.
outerGlowColorColorget/setVirtual attribute exposed by getOuterGlowColor. Access it like a field to read or write the underlying value.
outerGlowSizefloatget/setVirtual attribute exposed by getOuterGlowSize. Access it like a field to read or write the underlying value.
outerGlowSmoothfloatget/setVirtual attribute exposed by getOuterGlowSmooth. Access it like a field to read or write the underlying value.
outerShadowAnglefloatget/setVirtual attribute exposed by getOuterShadowAngle. Access it like a field to read or write the underlying value.
outerShadowColorColorget/setVirtual attribute exposed by getOuterShadowColor. Access it like a field to read or write the underlying value.
outerShadowSizefloatget/setVirtual attribute exposed by getOuterShadowSize. Access it like a field to read or write the underlying value.
outerShadowSmoothfloatget/setVirtual attribute exposed by getOuterShadowSmooth. Access it like a field to read or write the underlying value.
qualityfloatget/setVirtual attribute exposed by getQuality. Access it like a field to read or write the underlying value.
strokefloatget/setVirtual attribute exposed by getStroke. Access it like a field to read or write the underlying value.
strokeColorColorget/setVirtual attribute exposed by getStrokeColor. Access it like a field to read or write the underlying value.
topLeftCornerCornerTypeget/setVirtual attribute exposed by getTopLeftCorner. Access it like a field to read or write the underlying value.
topRightCornerCornerTypeget/setVirtual attribute exposed by getTopRightCorner. Access it like a field to read or write the underlying value.

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.
getQuality()floatReturns the current quality 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.
setQuality(float)voidSets quality.
setStroke(float)voidSets stroke.
setStrokeColor(Color)voidSets strokeColor.
setTopLeftCorner(StyleCornerType)voidSets topLeftCorner.
setTopRightCorner(StyleCornerType)voidSets topRightCorner.