Interface OpacityAccessor.OpacityMutator

All Known Subinterfaces:
OpacityAccessor.OpacityProperty
Enclosing interface:
OpacityAccessor

public static interface OpacityAccessor.OpacityMutator
Provides a mutator for a opacity property.
  • Method Summary

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

    • setOpacity

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