Interface DragOpacityAccessor.DragOpacityBuilder<B extends DragOpacityAccessor.DragOpacityBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
GridViewportPane<C,B>
Enclosing interface:
DragOpacityAccessor

public static interface DragOpacityAccessor.DragOpacityBuilder<B extends DragOpacityAccessor.DragOpacityBuilder<B>>
Provides a builder method for a drag opacity property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDragOpacity(double aOpacity)
    Sets the drag opacity for the drag opacity property.
  • Method Details

    • withDragOpacity

      B withDragOpacity(double aOpacity)
      Sets the drag opacity for the drag opacity property.
      Parameters:
      aOpacity - The drag opacity to be stored by the drag opacity property.
      Returns:
      The builder for applying multiple build operations.