Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ImageBuilder
Packages that use ImageBuilder
-
Uses of ImageBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ImageBuilderModifier and TypeMethodDescriptionApplies a function to the Image instance being constructed.static ImageBuilder
ImageBuilder.create
(InputStream is) Accepts the constructor arguments ofImage(InputStream)
and returns an instance ofImageBuilder
.static ImageBuilder
ImageBuilder.create
(InputStream is, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth) Accepts the constructor arguments ofImage(InputStream, double, double, boolean, boolean)
and returns an instance ofImageBuilder
.static ImageBuilder
Accepts the constructor arguments ofImage(String)
and returns an instance ofImageBuilder
.static ImageBuilder
Accepts the constructor arguments ofImage(String, boolean)
and returns an instance ofImageBuilder
.static ImageBuilder
ImageBuilder.create
(String url, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth) Accepts the constructor arguments ofImage(String, double, double, boolean, boolean)
and returns an instance ofImageBuilder
.static ImageBuilder
ImageBuilder.create
(String url, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth, boolean backgroundLoading) Accepts the constructor arguments ofImage(String, double, double, boolean, boolean, boolean)
and returns an instance ofImageBuilder
.ImageBuilder.errorPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theerrorProperty
of the instance being constructed.ImageBuilder.exceptionPropertyApply
(Consumer<ReadOnlyObjectProperty<Exception>> op) Applies a function to theexceptionProperty
of the instance being constructed.ImageBuilder.heightPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.ImageBuilder.progressPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theprogressProperty
of the instance being constructed.ImageBuilder.widthPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.