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(UIShape)Executes UIShape and returns after the underlying engine call finishes.
UIShape(Engine)Executes UIShape and returns after the underlying engine call finishes.
UIShape()Executes UIShape and returns after the underlying engine call finishes.

Attributes

NameTypeDescription
instanceUIShapeRepresents the instance value stored on this instance. Read or assign to update the property.

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
requestDraw()voidExecutes requestDraw and returns after the underlying engine call finishes.