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 ImageBuilderImageBuilder.create(InputStream is) Accepts the constructor arguments ofImage(InputStream)and returns an instance ofImageBuilder.static ImageBuilderImageBuilder.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 ImageBuilderAccepts the constructor arguments ofImage(String)and returns an instance ofImageBuilder.static ImageBuilderAccepts the constructor arguments ofImage(String, boolean)and returns an instance ofImageBuilder.static ImageBuilderImageBuilder.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 ImageBuilderImageBuilder.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 theerrorPropertyof the instance being constructed.ImageBuilder.exceptionPropertyApply(Consumer<ReadOnlyObjectProperty<Exception>> op) Applies a function to theexceptionPropertyof the instance being constructed.ImageBuilder.heightPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightPropertyof the instance being constructed.ImageBuilder.progressPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theprogressPropertyof the instance being constructed.ImageBuilder.widthPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthPropertyof the instance being constructed.