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 ImageInputBuilderImageInputBuilder.create()Returns an instance of theImageInputBuilder.static ImageInputBuilderAccepts the constructor arguments ofImageInput(Image)and returns an instance ofImageInputBuilder.static ImageInputBuilderAccepts the constructor arguments ofImageInput(Image, double, double)and returns an instance ofImageInputBuilder.A builder method that invokes thesetSourcemethod on the instance being constructed.ImageInputBuilder.sourcePropertyApply(Consumer<ObjectProperty<Image>> op) Applies a function to thesourcePropertyof the instance being constructed.ImageInputBuilder.x(double value) A builder method that invokes thesetXmethod on the instance being constructed.ImageInputBuilder.xPropertyApply(Consumer<DoubleProperty> op) Applies a function to thexPropertyof the instance being constructed.ImageInputBuilder.y(double value) A builder method that invokes thesetYmethod on the instance being constructed.ImageInputBuilder.yPropertyApply(Consumer<DoubleProperty> op) Applies a function to theyPropertyof the instance being constructed.