Uses of Class
io.github.sosuisen.jfxbuilder.graphics.DragboardBuilder
Packages that use DragboardBuilder
-
Uses of DragboardBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return DragboardBuilderModifier and TypeMethodDescriptionApplies a function to the Dragboard instance being constructed.DragboardBuilder.content
(Map<DataFormat, Object> content) A builder method that invokes thesetContent
method on the instance being constructed.A builder method that invokes thesetDragView
method on the instance being constructed.A builder method that invokes thesetDragView
method on the instance being constructed.DragboardBuilder.dragViewOffsetX
(double offsetX) A builder method that invokes thesetDragViewOffsetX
method on the instance being constructed.DragboardBuilder.dragViewOffsetY
(double offsetY) A builder method that invokes thesetDragViewOffsetY
method on the instance being constructed.