Package io.imagekit.models
Class Transformation.Sharpen
-
- All Implemented Interfaces:
public final class Transformation.SharpenSharpens the input image, highlighting edges and finer details. Pass
truefor default sharpening, or provide a numeric value for custom sharpening. See Sharpen.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTransformation.Sharpen.VisitorAn interface that defines how to map each variant of Sharpen to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<JsonValue>true_()final Optional<Double>number()final BooleanisTrue()final BooleanisNumber()final JsonValueasTrue()final DoubleasNumber()final Optional<JsonValue>_json()final <T extends Any> Taccept(Transformation.Sharpen.Visitor<T> visitor)final Transformation.Sharpenvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Transformation.SharpenofTrue()final static Transformation.SharpenofNumber(Double number)-
-
Method Detail
-
accept
final <T extends Any> T accept(Transformation.Sharpen.Visitor<T> visitor)
-
validate
final Transformation.Sharpen validate()
-
ofTrue
final static Transformation.Sharpen ofTrue()
-
ofNumber
final static Transformation.Sharpen ofNumber(Double number)
-
-
-
-