Uses of Class
io.github.sosuisen.jfxbuilder.graphics.LinearGradientBuilder
Packages that use LinearGradientBuilder
-
Uses of LinearGradientBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return LinearGradientBuilderModifier and TypeMethodDescriptionLinearGradientBuilder.apply(Consumer<LinearGradient> func) Applies a function to the LinearGradient instance being constructed.static LinearGradientBuilderLinearGradientBuilder.create(double startX, double startY, double endX, double endY, boolean proportional, CycleMethod cycleMethod, List<Stop> stops) Accepts the constructor arguments ofLinearGradient(double, double, double, double, boolean, CycleMethod, List)and returns an instance ofLinearGradientBuilder.static LinearGradientBuilderLinearGradientBuilder.create(double startX, double startY, double endX, double endY, boolean proportional, CycleMethod cycleMethod, Stop... stops) Accepts the constructor arguments ofLinearGradient(double, double, double, double, boolean, CycleMethod, Stop...)and returns an instance ofLinearGradientBuilder.