Interface OpacityAccessor.OpacityBuilder<B extends OpacityAccessor.OpacityBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
OpacityAccessor

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

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

    • withOpacity

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