Uses of Class
io.github.sosuisen.jfxbuilder.graphics.ImageCursorBuilder
Packages that use ImageCursorBuilder
-
Uses of ImageCursorBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return ImageCursorBuilderModifier and TypeMethodDescriptionImageCursorBuilder.apply
(Consumer<ImageCursor> func) Applies a function to the ImageCursor instance being constructed.static ImageCursorBuilder
ImageCursorBuilder.create()
Returns an instance of theImageCursorBuilder
.static ImageCursorBuilder
Accepts the constructor arguments ofImageCursor(Image)
and returns an instance ofImageCursorBuilder
.static ImageCursorBuilder
Accepts the constructor arguments ofImageCursor(Image, double, double)
and returns an instance ofImageCursorBuilder
.ImageCursorBuilder.hotspotXPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thehotspotXProperty
of the instance being constructed.ImageCursorBuilder.hotspotYPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thehotspotYProperty
of the instance being constructed.ImageCursorBuilder.imagePropertyApply
(Consumer<ReadOnlyObjectProperty<Image>> op) Applies a function to theimageProperty
of the instance being constructed.