Skip to main content

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

SignatureDescription
UISharpen()Creates a new instance of UISharpen.

Virtual Attributes

NameTypeAccessDescription
edgeThresholdfloatget/setVirtual attribute exposed by getEdgeThreshold. Access it like a field to read or write the underlying value.
intensityfloatget/setVirtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value.
sharpenStrengthfloatget/setVirtual attribute exposed by getSharpenStrength. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getIntensity()floatReturns the current intensity value.
getSharpenStrength()floatReturns the current sharpenStrength value.
getEdgeThreshold()floatReturns the current edgeThreshold value.
setIntensity(float)voidSets intensity.
setSharpenStrength(float)voidSets sharpenStrength.
setEdgeThreshold(float)voidSets edgeThreshold.