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
| Signature | Description |
|---|---|
UIPostVignette() | Creates a new instance of UIPostVignette. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
feather | float | get/set | Virtual attribute exposed by getFeather. Access it like a field to read or write the underlying value. |
midPoint | float | get/set | Virtual attribute exposed by getMidPoint. Access it like a field to read or write the underlying value. |
roundness | float | get/set | Virtual attribute exposed by getRoundness. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getColor() | Color | Returns the current color value. |
getFeather() | float | Returns the current feather value. |
getMidPoint() | float | Returns the current midPoint value. |
getRoundness() | float | Returns the current roundness value. |
setColor(Color) | void | Sets color. |
setFeather(float) | void | Sets feather. |
setMidPoint(float) | void | Sets midPoint. |
setRoundness(float) | void | Sets roundness. |