UISharpen
Complete API reference for UISharpen, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UISharpen extends Component
Constructors
| Signature | Description |
|---|---|
UISharpen() | Creates a new instance of UISharpen. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
edgeThreshold | float | get/set | Virtual attribute exposed by getEdgeThreshold. Access it like a field to read or write the underlying value. |
intensity | float | get/set | Virtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value. |
sharpenStrength | float | get/set | Virtual attribute exposed by getSharpenStrength. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getIntensity() | float | Returns the current intensity value. |
getSharpenStrength() | float | Returns the current sharpenStrength value. |
getEdgeThreshold() | float | Returns the current edgeThreshold value. |
setIntensity(float) | void | Sets intensity. |
setSharpenStrength(float) | void | Sets sharpenStrength. |
setEdgeThreshold(float) | void | Sets edgeThreshold. |