Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ImageInputBuilder
Packages that use ImageInputBuilder
-
Uses of ImageInputBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ImageInputBuilderModifier and TypeMethodDescriptionImageInputBuilder.apply
(Consumer<ImageInput> func) Applies a function to the ImageInput instance being constructed.static ImageInputBuilder
ImageInputBuilder.create()
Returns an instance of theImageInputBuilder
.static ImageInputBuilder
Accepts the constructor arguments ofImageInput(Image)
and returns an instance ofImageInputBuilder
.static ImageInputBuilder
Accepts the constructor arguments ofImageInput(Image, double, double)
and returns an instance ofImageInputBuilder
.A builder method that invokes thesetSource
method on the instance being constructed.ImageInputBuilder.sourcePropertyApply
(Consumer<ObjectProperty<Image>> op) Applies a function to thesourceProperty
of the instance being constructed.ImageInputBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.ImageInputBuilder.xPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.ImageInputBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.ImageInputBuilder.yPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.