Interface DragOpacityAccessor.DragOpacityMutator

All Known Subinterfaces:
DragOpacityAccessor.DragOpacityProperty, GridViewportPane<C,B>
Enclosing interface:
DragOpacityAccessor

public static interface DragOpacityAccessor.DragOpacityMutator
Provides a mutator for a drag opacity property.
  • Method Summary

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

    • setDragOpacity

      void setDragOpacity(double aOpacity)
      Sets the drag opacity for the drag opacity property.
      Parameters:
      aOpacity - The drag opacity to be stored by the drag opacity property.