Uses of Class
io.github.sosuisen.jfxbuilder.graphics.SepiaToneBuilder
Packages that use SepiaToneBuilder
-
Uses of SepiaToneBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return SepiaToneBuilderModifier and TypeMethodDescriptionApplies a function to the SepiaTone instance being constructed.static SepiaToneBuilder
SepiaToneBuilder.create()
Returns an instance of theSepiaToneBuilder
.static SepiaToneBuilder
SepiaToneBuilder.create
(double level) Accepts the constructor arguments ofSepiaTone(double)
and returns an instance ofSepiaToneBuilder
.A builder method that invokes thesetInput
method on the instance being constructed.SepiaToneBuilder.inputPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputProperty
of the instance being constructed.SepiaToneBuilder.level
(double value) A builder method that invokes thesetLevel
method on the instance being constructed.SepiaToneBuilder.levelPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelevelProperty
of the instance being constructed.