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 ImageCursorBuilderImageCursorBuilder.create()Returns an instance of theImageCursorBuilder.static ImageCursorBuilderAccepts the constructor arguments ofImageCursor(Image)and returns an instance ofImageCursorBuilder.static ImageCursorBuilderAccepts the constructor arguments ofImageCursor(Image, double, double)and returns an instance ofImageCursorBuilder.ImageCursorBuilder.hotspotXPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thehotspotXPropertyof the instance being constructed.ImageCursorBuilder.hotspotYPropertyApply(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thehotspotYPropertyof the instance being constructed.ImageCursorBuilder.imagePropertyApply(Consumer<ReadOnlyObjectProperty<Image>> op) Applies a function to theimagePropertyof the instance being constructed.