Skip to main content

UIPostVignette

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

Package: JAVARuntime

Category: UI

Component: yes


public class UIPostVignette extends Component

Constructors

SignatureDescription
UIPostVignette()Creates a new instance of UIPostVignette.

Virtual Attributes

NameTypeAccessDescription
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
featherfloatget/setVirtual attribute exposed by getFeather. Access it like a field to read or write the underlying value.
midPointfloatget/setVirtual attribute exposed by getMidPoint. Access it like a field to read or write the underlying value.
roundnessfloatget/setVirtual attribute exposed by getRoundness. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getColor()ColorReturns the current color value.
getFeather()floatReturns the current feather value.
getMidPoint()floatReturns the current midPoint value.
getRoundness()floatReturns the current roundness value.
setColor(Color)voidSets color.
setFeather(float)voidSets feather.
setMidPoint(float)voidSets midPoint.
setRoundness(float)voidSets roundness.