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 SepiaToneBuilderSepiaToneBuilder.create()Returns an instance of theSepiaToneBuilder.static SepiaToneBuilderSepiaToneBuilder.create(double level) Accepts the constructor arguments ofSepiaTone(double)and returns an instance ofSepiaToneBuilder.A builder method that invokes thesetInputmethod on the instance being constructed.SepiaToneBuilder.inputPropertyApply(Consumer<ObjectProperty<Effect>> op) Applies a function to theinputPropertyof the instance being constructed.SepiaToneBuilder.level(double value) A builder method that invokes thesetLevelmethod on the instance being constructed.SepiaToneBuilder.levelPropertyApply(Consumer<DoubleProperty> op) Applies a function to thelevelPropertyof the instance being constructed.